6 references to EncryptedXmlDecryptor
Microsoft.AspNetCore.DataProtection (6)
XmlEncryption\CertificateXmlEncryptor.cs (1)
76
return 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)
89
else if (typeof(
EncryptedXmlDecryptor
).MatchName(typeNameToMatch, typeNameResolver))
91
return activator.CreateInstance<
EncryptedXmlDecryptor
>(decryptorTypeName);