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