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