3 references to NullXmlDecryptor
Microsoft.AspNetCore.DataProtection (3)
XmlEncryption\NullXmlEncryptor.cs (1)
60
return new EncryptedXmlInfo(newElement, typeof(
NullXmlDecryptor
));
XmlEncryption\XmlEncryptionExtensions.cs (2)
93
else if (typeof(
NullXmlDecryptor
).MatchName(typeNameToMatch, typeNameResolver))
95
return activator.CreateInstance<
NullXmlDecryptor
>(decryptorTypeName);