1 write to InclusiveNamespacesPrefixList
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
63
this.
InclusiveNamespacesPrefixList
= Utils.GetAttribute(e, "PrefixList", SignedXml.XmlDsigNamespaceUrl);
2 references to InclusiveNamespacesPrefixList
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (2)
96
if (
InclusiveNamespacesPrefixList
== null)
103
prefixListElement.SetAttribute("PrefixList",
InclusiveNamespacesPrefixList
);