1 implementation of IInternalEncryptedXmlDecryptor
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
20public sealed class EncryptedXmlDecryptor : IInternalEncryptedXmlDecryptor, IXmlDecryptor
3 references to IInternalEncryptedXmlDecryptor
Microsoft.AspNetCore.DataProtection (3)
XmlEncryption\EncryptedXmlDecryptor.cs (3)
22private readonly IInternalEncryptedXmlDecryptor _decryptor; 39_decryptor = services?.GetService<IInternalEncryptedXmlDecryptor>() ?? this; 81void IInternalEncryptedXmlDecryptor.PerformPreDecryptionSetup(EncryptedXml encryptedXml)