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);