Sdílet prostřednictvím


CoseHeaderLabel Konstruktory

Definice

Přetížení

CoseHeaderLabel(Int32)

Inicializuje novou instanci CoseHeaderLabel struktury.

CoseHeaderLabel(String)

Inicializuje novou instanci CoseHeaderLabel struktury.

CoseHeaderLabel(Int32)

Zdroj:
CoseHeaderLabel.cs
Zdroj:
CoseHeaderLabel.cs
Zdroj:
CoseHeaderLabel.cs
Zdroj:
CoseHeaderLabel.cs

Inicializuje novou instanci CoseHeaderLabel struktury.

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)

Parametry

label
Int32

Popisek záhlaví jako celé číslo.

Platí pro

CoseHeaderLabel(String)

Zdroj:
CoseHeaderLabel.cs
Zdroj:
CoseHeaderLabel.cs
Zdroj:
CoseHeaderLabel.cs
Zdroj:
CoseHeaderLabel.cs

Inicializuje novou instanci CoseHeaderLabel struktury.

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)

Parametry

label
String

Popisek záhlaví jako textový řetězec.

Výjimky

label je null.

Platí pro