1 instantiation of InvalidEncryptor
Microsoft.AspNetCore.DataProtection (1)
Internal\KeyManagementOptionsPostSetup.cs (1)
93
public static readonly IXmlEncryptor Instance = new
InvalidEncryptor
();
1 reference to InvalidEncryptor
Microsoft.AspNetCore.DataProtection (1)
Internal\KeyManagementOptionsPostSetup.cs (1)
78
options.XmlEncryptor =
InvalidEncryptor
.Instance;