10 instantiations of CanonicalXml
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\TransformChain.cs (4)
102
CanonicalXml c14n = new
CanonicalXml
((XmlNodeList)currentInput, resolver, false);
118
CanonicalXml c14n = new
CanonicalXml
((XmlDocument)currentInput, resolver);
141
CanonicalXml c14n = new
CanonicalXml
((XmlNodeList)currentInput, resolver, false);
147
CanonicalXml c14n = new
CanonicalXml
((XmlDocument)currentInput, resolver);
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (3)
53
_cXml = new
CanonicalXml
((Stream)obj, _includeComments, resolver, BaseURI!);
58
_cXml = new
CanonicalXml
((XmlDocument)obj, resolver, _includeComments);
63
_cXml = new
CanonicalXml
((XmlNodeList)obj, resolver, _includeComments);
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
147
CanonicalXml c14n = new
CanonicalXml
((XmlNodeList)nodeList, resolver, true);
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (2)
92
CanonicalXml xmlDoc = new
CanonicalXml
((XmlNodeList)obj, null!, _includeComments);
101
CanonicalXml xmlDoc = new
CanonicalXml
((XmlDocument)obj, null!, _includeComments);
8 references to CanonicalXml
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\TransformChain.cs (4)
102
CanonicalXml
c14n = new CanonicalXml((XmlNodeList)currentInput, resolver, false);
118
CanonicalXml
c14n = new CanonicalXml((XmlDocument)currentInput, resolver);
141
CanonicalXml
c14n = new CanonicalXml((XmlNodeList)currentInput, resolver, false);
147
CanonicalXml
c14n = new CanonicalXml((XmlDocument)currentInput, resolver);
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
13
private
CanonicalXml
? _cXml;
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
147
CanonicalXml
c14n = new CanonicalXml((XmlNodeList)nodeList, resolver, true);
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (2)
92
CanonicalXml
xmlDoc = new CanonicalXml((XmlNodeList)obj, null!, _includeComments);
101
CanonicalXml
xmlDoc = new CanonicalXml((XmlDocument)obj, null!, _includeComments);