10 instantiations of CanonicalXml
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\TransformChain.cs (4)
102CanonicalXml c14n = new CanonicalXml((XmlNodeList)currentInput, resolver, false); 118CanonicalXml c14n = new CanonicalXml((XmlDocument)currentInput, resolver); 141CanonicalXml c14n = new CanonicalXml((XmlNodeList)currentInput, resolver, false); 147CanonicalXml 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)
147CanonicalXml c14n = new CanonicalXml((XmlNodeList)nodeList, resolver, true);
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (2)
92CanonicalXml xmlDoc = new CanonicalXml((XmlNodeList)obj, null!, _includeComments); 101CanonicalXml xmlDoc = new CanonicalXml((XmlDocument)obj, null!, _includeComments);
8 references to CanonicalXml
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\TransformChain.cs (4)
102CanonicalXml c14n = new CanonicalXml((XmlNodeList)currentInput, resolver, false); 118CanonicalXml c14n = new CanonicalXml((XmlDocument)currentInput, resolver); 141CanonicalXml c14n = new CanonicalXml((XmlNodeList)currentInput, resolver, false); 147CanonicalXml c14n = new CanonicalXml((XmlDocument)currentInput, resolver);
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
13private CanonicalXml? _cXml;
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
147CanonicalXml c14n = new CanonicalXml((XmlNodeList)nodeList, resolver, true);
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (2)
92CanonicalXml xmlDoc = new CanonicalXml((XmlNodeList)obj, null!, _includeComments); 101CanonicalXml xmlDoc = new CanonicalXml((XmlDocument)obj, null!, _includeComments);