3 references to CanonicalXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
28internal CanonicalXml(XmlDocument document, XmlResolver? resolver) : this(document, resolver, false) { }
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
58_cXml = new CanonicalXml((XmlDocument)obj, resolver, _includeComments);
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
101CanonicalXml xmlDoc = new CanonicalXml((XmlDocument)obj, null!, _includeComments);