CoseHeaderLabel Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| CoseHeaderLabel(Int32) |
Initialise une nouvelle instance du CoseHeaderLabel struct. |
| CoseHeaderLabel(String) |
Initialise une nouvelle instance du CoseHeaderLabel struct. |
CoseHeaderLabel(Int32)
- Source:
- CoseHeaderLabel.cs
- Source:
- CoseHeaderLabel.cs
- Source:
- CoseHeaderLabel.cs
- Source:
- CoseHeaderLabel.cs
Initialise une nouvelle instance du CoseHeaderLabel struct.
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 en tant qu’entier.
S’applique à
CoseHeaderLabel(String)
- Source:
- CoseHeaderLabel.cs
- Source:
- CoseHeaderLabel.cs
- Source:
- CoseHeaderLabel.cs
- Source:
- CoseHeaderLabel.cs
Initialise une nouvelle instance du CoseHeaderLabel struct.
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.