3 writes to _excCanonicalXml
System.Security (3)
system\security\cryptography\xml\transform.cs (3)
504
_excCanonicalXml
= new ExcCanonicalXml((Stream) obj, _includeComments, _inclusiveNamespacesPrefixList, resolver, this.BaseURI);
507
_excCanonicalXml
= new ExcCanonicalXml((XmlDocument) obj, _includeComments, _inclusiveNamespacesPrefixList, resolver);
510
_excCanonicalXml
= new ExcCanonicalXml((XmlNodeList) obj, _includeComments, _inclusiveNamespacesPrefixList, resolver);
3 references to _excCanonicalXml
System.Security (3)
system\security\cryptography\xml\transform.cs (3)
529
return new MemoryStream(
_excCanonicalXml
.GetBytes());
535
return new MemoryStream(
_excCanonicalXml
.GetBytes());
539
return
_excCanonicalXml
.GetDigestedBytes(hash);