4 references to
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (3)
17
public XmlDsigExcC14NTransform() :
this
(false, null) { }
19
public XmlDsigExcC14NTransform(bool includeComments) :
this
(includeComments, null) { }
21
public XmlDsigExcC14NTransform(string inclusiveNamespacesPrefixList) :
this
(false, inclusiveNamespacesPrefixList) { }
System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs (1)
17
public XmlDsigExcC14NWithCommentsTransform(string inclusiveNamespacesPrefixList) :
base
(true, inclusiveNamespacesPrefixList)