3 instantiations of ExcCanonicalXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (3)
80
_excCanonicalXml = new
ExcCanonicalXml
((Stream)obj, _includeComments, _inclusiveNamespacesPrefixList!, resolver, BaseURI!);
84
_excCanonicalXml = new
ExcCanonicalXml
((XmlDocument)obj, _includeComments, _inclusiveNamespacesPrefixList!, resolver);
88
_excCanonicalXml = new
ExcCanonicalXml
((XmlNodeList)obj, _includeComments, _inclusiveNamespacesPrefixList!, resolver);
1 reference to ExcCanonicalXml
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
15
private
ExcCanonicalXml
? _excCanonicalXml;