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)
94
var encryptedData =
_encryptor
.PerformEncryption(encryptedXml, elementToEncrypt);