6 references to CanonicalXmlDocument
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalXml.cs (3)
22
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
36
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
53
_c14nDoc = new
CanonicalXmlDocument
(false, includeComments);
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (3)
22
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
35
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
52
_c14nDoc = new
CanonicalXmlDocument
(false, includeComments);