XmlDsigExcC14NWithCommentsTransform Constructors

Definition

Initializes a new instance of the XmlDsigExcC14NWithCommentsTransform class.

Overloads

XmlDsigExcC14NWithCommentsTransform()

Initializes a new instance of the XmlDsigExcC14NWithCommentsTransform class.

XmlDsigExcC14NWithCommentsTransform(String)

Initializes a new instance of the XmlDsigExcC14NWithCommentsTransform class specifying a list of namespace prefixes to canonicalize using the standard canonicalization algorithm.

XmlDsigExcC14NWithCommentsTransform()

Source:
XmlDsigExcC14NWithCommentsTransform.cs
Source:
XmlDsigExcC14NWithCommentsTransform.cs
Source:
XmlDsigExcC14NWithCommentsTransform.cs

Initializes a new instance of the XmlDsigExcC14NWithCommentsTransform class.

public:
 XmlDsigExcC14NWithCommentsTransform();
public XmlDsigExcC14NWithCommentsTransform ();
Public Sub New ()

Applies to

XmlDsigExcC14NWithCommentsTransform(String)

Source:
XmlDsigExcC14NWithCommentsTransform.cs
Source:
XmlDsigExcC14NWithCommentsTransform.cs
Source:
XmlDsigExcC14NWithCommentsTransform.cs

Initializes a new instance of the XmlDsigExcC14NWithCommentsTransform class specifying a list of namespace prefixes to canonicalize using the standard canonicalization algorithm.

public:
 XmlDsigExcC14NWithCommentsTransform(System::String ^ inclusiveNamespacesPrefixList);
public XmlDsigExcC14NWithCommentsTransform (string inclusiveNamespacesPrefixList);
new System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform : string -> System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform
Public Sub New (inclusiveNamespacesPrefixList As String)

Parameters

inclusiveNamespacesPrefixList
String

The namespace prefixes to canonicalize using the standard canonicalization algorithm.

Remarks

The inclusiveNamespacesPrefixList parameter contains a white-space delimited list of namespace prefixes to canonicalize using the standard canonicalization algorithm rather than the exclusive canonicalization algorithm. To specify the default namespace, which does not have a prefix, pass the special prefix "#default".

Applies to