6 references to EncryptedXml
Microsoft.AspNetCore.DataProtection (2)
XmlEncryption\CertificateXmlEncryptor.cs (1)
93
var encryptedXml = new
EncryptedXml
(xmlDocument);
XmlEncryption\EncryptedXmlDecryptor.cs (1)
96
:
base
(document)
Microsoft.Extensions.Configuration.Xml (1)
XmlDocumentDecryptor.cs (1)
111
EncryptedXml encryptedXml = _encryptedXmlFactory?.Invoke(document) ?? new
EncryptedXml
(document);
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
81
public EncryptedXml() :
this
(new XmlDocument()) { }
System\Security\Cryptography\Xml\SignedXml.cs (1)
186
get => _exml ??= new
EncryptedXml
(_containingDocument!); // default processing rules
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
60
_exml = new
EncryptedXml
(_containingDocument!); // default processing rules