1 write to _decryptor
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
39
_decryptor
= services?.GetService<IInternalEncryptedXmlDecryptor>() ?? this;
1 reference to _decryptor
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
73
_decryptor
.PerformPreDecryptionSetup(encryptedXml);