1 write to InclusiveNamespacesPrefixList
System.Security (1)
system\security\cryptography\xml\transform.cs (1)
490
this.
InclusiveNamespacesPrefixList
= Utils.GetAttribute(e, "PrefixList", SignedXml.XmlDsigNamespaceUrl);
2 references to InclusiveNamespacesPrefixList
System.Security (2)
system\security\cryptography\xml\transform.cs (2)
516
if (
InclusiveNamespacesPrefixList
== null)
523
prefixListElement.SetAttribute("PrefixList",
InclusiveNamespacesPrefixList
);