6 references to EncryptedXmlDecryptor
Microsoft.AspNetCore.DataProtection (6)
XmlEncryption\CertificateXmlEncryptor.cs (1)
76return new EncryptedXmlInfo(encryptedElement, typeof(EncryptedXmlDecryptor));
XmlEncryption\EncryptedXmlDecryptor.cs (2)
26/// Creates a new instance of an <see cref="EncryptedXmlDecryptor"/>. 34/// Creates a new instance of an <see cref="EncryptedXmlDecryptor"/>.
XmlEncryption\IInternalEncryptedXmlDecryptor.cs (1)
9/// Internal implementation details of <see cref="EncryptedXmlDecryptor"/> for unit testing.
XmlEncryption\XmlEncryptionExtensions.cs (2)
89else if (typeof(EncryptedXmlDecryptor).MatchName(typeNameToMatch, typeNameResolver)) 91return activator.CreateInstance<EncryptedXmlDecryptor>(decryptorTypeName);