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