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