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