Udostępnij za pośrednictwem


CoseHeaderLabel Konstruktory

Definicja

Przeciążenia

CoseHeaderLabel(Int32)

Inicjuje CoseHeaderLabel nowe wystąpienie struktury.

CoseHeaderLabel(String)

Inicjuje CoseHeaderLabel nowe wystąpienie struktury.

CoseHeaderLabel(Int32)

Źródło:
CoseHeaderLabel.cs
Źródło:
CoseHeaderLabel.cs
Źródło:
CoseHeaderLabel.cs
Źródło:
CoseHeaderLabel.cs

Inicjuje CoseHeaderLabel nowe wystąpienie 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

Etykieta nagłówka jako liczba całkowita.

Dotyczy

CoseHeaderLabel(String)

Źródło:
CoseHeaderLabel.cs
Źródło:
CoseHeaderLabel.cs
Źródło:
CoseHeaderLabel.cs
Źródło:
CoseHeaderLabel.cs

Inicjuje CoseHeaderLabel nowe wystąpienie 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

Etykieta nagłówka jako ciąg tekstowy.

Wyjątki

label to null.

Dotyczy