Partage via


CoseHeaderLabel Constructeurs

Définition

Surcharges

CoseHeaderLabel(Int32)

Initialise une nouvelle instance du struct CoseHeaderLabel.

CoseHeaderLabel(String)

Initialise une nouvelle instance du struct CoseHeaderLabel.

CoseHeaderLabel(Int32)

Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs

Initialise une nouvelle instance du struct CoseHeaderLabel.

public:
 CoseHeaderLabel(int label);
public CoseHeaderLabel (int label);
new System.Security.Cryptography.Cose.CoseHeaderLabel : int -> System.Security.Cryptography.Cose.CoseHeaderLabel
Public Sub New (label As Integer)

Paramètres

label
Int32

Étiquette d’en-tête sous forme d’entier.

S’applique à

CoseHeaderLabel(String)

Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs

Initialise une nouvelle instance du struct CoseHeaderLabel.

public:
 CoseHeaderLabel(System::String ^ label);
public CoseHeaderLabel (string label);
new System.Security.Cryptography.Cose.CoseHeaderLabel : string -> System.Security.Cryptography.Cose.CoseHeaderLabel
Public Sub New (label As String)

Paramètres

label
String

Étiquette d’en-tête sous forme de chaîne de texte.

Exceptions

label a la valeur null.

S’applique à