1 write to _options
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
98_options = options;
4 references to _options
Microsoft.AspNetCore.DataProtection (4)
XmlEncryption\EncryptedXmlDecryptor.cs (4)
103if (_options != null && _options.KeyDecryptionCertificateCount > 0) 144if (_options == null || !_options.TryGetKeyDecryptionCertificates(certInfo, out var keyDecryptionCerts))