3 references to CanonicalXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
28
internal 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)
101
CanonicalXml xmlDoc = new
CanonicalXml
((XmlDocument)obj, null!, _includeComments);