1 write to _options
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
40
_options
= services?.GetService<IOptions<XmlKeyDecryptionOptions>>()?.Value;
1 reference to _options
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
72
var encryptedXml = new EncryptedXmlWithCertificateKeys(
_options
, xmlDocument);