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