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