XmlDsigExcC14NTransform Constructors

Definition

Initializes a new instance of the XmlDsigExcC14NTransform class.

Overloads

XmlDsigExcC14NTransform()

Initializes a new instance of the XmlDsigExcC14NTransform class.

XmlDsigExcC14NTransform(Boolean)

Initializes a new instance of the XmlDsigExcC14NTransform class specifying a value that determines whether to include comments.

XmlDsigExcC14NTransform(String)

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

XmlDsigExcC14NTransform(Boolean, String)

Initializes a new instance of the XmlDsigExcC14NTransform class specifying whether to include comments, and specifying a list of namespace prefixes.

XmlDsigExcC14NTransform()

Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs

Initializes a new instance of the XmlDsigExcC14NTransform class.

C#
public XmlDsigExcC14NTransform();

Applies to

.NET 10 (package-provided) ja muud versioonid
Toode Versioonid
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

XmlDsigExcC14NTransform(Boolean)

Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs

Initializes a new instance of the XmlDsigExcC14NTransform class specifying a value that determines whether to include comments.

C#
public XmlDsigExcC14NTransform(bool includeComments);

Parameters

includeComments
Boolean

true to include comments; otherwise, false.

Applies to

.NET 10 (package-provided) ja muud versioonid
Toode Versioonid
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

XmlDsigExcC14NTransform(String)

Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs

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

C#
public XmlDsigExcC14NTransform(string inclusiveNamespacesPrefixList);

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

.NET 10 (package-provided) ja muud versioonid
Toode Versioonid
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

XmlDsigExcC14NTransform(Boolean, String)

Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs
Source:
XmlDsigExcC14NTransform.cs

Initializes a new instance of the XmlDsigExcC14NTransform class specifying whether to include comments, and specifying a list of namespace prefixes.

C#
public XmlDsigExcC14NTransform(bool includeComments, string? inclusiveNamespacesPrefixList);
C#
public XmlDsigExcC14NTransform(bool includeComments, string inclusiveNamespacesPrefixList);

Parameters

includeComments
Boolean

true to include comments; otherwise, false.

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

.NET 10 (package-provided) ja muud versioonid
Toode Versioonid
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10