6 references to CanonicalXmlDocument
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalXml.cs (3)
19
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
30
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
44
_c14nDoc = new
CanonicalXmlDocument
(false, includeComments);
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (3)
19
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
29
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
43
_c14nDoc = new
CanonicalXmlDocument
(false, includeComments);