1 write to _encryptor
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\CertificateXmlEncryptor.cs (1)
53_encryptor = encryptor ?? this;
1 reference to _encryptor
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\CertificateXmlEncryptor.cs (1)
94var encryptedData = _encryptor.PerformEncryption(encryptedXml, elementToEncrypt);