4 references to
System.Security (4)
system\security\cryptography\xml\transform.cs (4)
454public XmlDsigExcC14NTransform() : this(false, null) {} 456public XmlDsigExcC14NTransform(bool includeComments) : this(includeComments, null) {} 458public XmlDsigExcC14NTransform(string inclusiveNamespacesPrefixList) : this(false, inclusiveNamespacesPrefixList) {} 549public XmlDsigExcC14NWithCommentsTransform(string inclusiveNamespacesPrefixList) : base(true, inclusiveNamespacesPrefixList) {