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
Source:
XmlDsigExcC14NWithCommentsTransform.cs
Source:
XmlDsigExcC14NWithCommentsTransform.cs
Source:
XmlDsigExcC14NWithCommentsTransform.cs

Initializes a new instance of the XmlDsigExcC14NWithCommentsTransform class.

C#
public XmlDsigExcC14NWithCommentsTransform();

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

XmlDsigExcC14NWithCommentsTransform(String)

Source:
XmlDsigExcC14NWithCommentsTransform.cs
Source:
XmlDsigExcC14NWithCommentsTransform.cs
Source:
XmlDsigExcC14NWithCommentsTransform.cs
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.

C#
public XmlDsigExcC14NWithCommentsTransform(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