XmlDsigExcC14NTransform Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Initializes a new instance of the XmlDsigExcC14NTransform class.
public:
XmlDsigExcC14NTransform();
public XmlDsigExcC14NTransform ();
Public Sub New ()
Applies to
XmlDsigExcC14NTransform(Boolean)
- 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.
public:
XmlDsigExcC14NTransform(bool includeComments);
public XmlDsigExcC14NTransform (bool includeComments);
new System.Security.Cryptography.Xml.XmlDsigExcC14NTransform : bool -> System.Security.Cryptography.Xml.XmlDsigExcC14NTransform
Public Sub New (includeComments As Boolean)
Parameters
- includeComments
- Boolean
true
to include comments; otherwise, false
.
Applies to
XmlDsigExcC14NTransform(String)
- 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.
public:
XmlDsigExcC14NTransform(System::String ^ inclusiveNamespacesPrefixList);
public XmlDsigExcC14NTransform (string inclusiveNamespacesPrefixList);
new System.Security.Cryptography.Xml.XmlDsigExcC14NTransform : string -> System.Security.Cryptography.Xml.XmlDsigExcC14NTransform
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
XmlDsigExcC14NTransform(Boolean, String)
- 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.
public:
XmlDsigExcC14NTransform(bool includeComments, System::String ^ inclusiveNamespacesPrefixList);
public XmlDsigExcC14NTransform (bool includeComments, string? inclusiveNamespacesPrefixList);
public XmlDsigExcC14NTransform (bool includeComments, string inclusiveNamespacesPrefixList);
new System.Security.Cryptography.Xml.XmlDsigExcC14NTransform : bool * string -> System.Security.Cryptography.Xml.XmlDsigExcC14NTransform
Public Sub New (includeComments As Boolean, inclusiveNamespacesPrefixList As String)
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".