XmlDsigExcC14NWithCommentsTransform Constructeurs

Définition

Initialise une nouvelle instance de la classe XmlDsigExcC14NWithCommentsTransform.

Surcharges

XmlDsigExcC14NWithCommentsTransform()

Initialise une nouvelle instance de la classe XmlDsigExcC14NWithCommentsTransform.

XmlDsigExcC14NWithCommentsTransform(String)

Initialise une nouvelle instance de la classe XmlDsigExcC14NWithCommentsTransform en spécifiant une liste de préfixes d'espace de noms à canoniser à l'aide de l'algorithme canonisation standard.

XmlDsigExcC14NWithCommentsTransform()

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

Initialise une nouvelle instance de la classe XmlDsigExcC14NWithCommentsTransform.

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

S’applique à

XmlDsigExcC14NWithCommentsTransform(String)

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

Initialise une nouvelle instance de la classe XmlDsigExcC14NWithCommentsTransform en spécifiant une liste de préfixes d'espace de noms à canoniser à l'aide de l'algorithme canonisation standard.

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)

Paramètres

inclusiveNamespacesPrefixList
String

Préfixes des espaces de noms à rendre canoniques à l'aide de l'algorithme de canonisation standard.

Remarques

Le inclusiveNamespacesPrefixList paramètre contient une liste délimitée par des espaces blancs de préfixes d’espace de noms à canoniquer à l’aide de l’algorithme de canonicalisation standard plutôt que de l’algorithme de canonique exclusif. Pour spécifier l’espace de noms par défaut, qui n’a pas de préfixe, passez le préfixe spécial « #default ».

S’applique à