1 implementation of PerformPreDecryptionSetup
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
81
void IInternalEncryptedXmlDecryptor.
PerformPreDecryptionSetup
(EncryptedXml encryptedXml)
2 references to PerformPreDecryptionSetup
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
73
_decryptor.
PerformPreDecryptionSetup
(encryptedXml);
Microsoft.AspNetCore.DataProtection.Tests (1)
XmlEncryption\CertificateXmlEncryptionTests.cs (1)
32
mockInternalDecryptor.Setup(o => o.
PerformPreDecryptionSetup
(It.IsAny<EncryptedXml>()))