Share via


CoseHeaderLabel 建構函式

定義

多載

CoseHeaderLabel(Int32)

初始化 CoseHeaderLabel 結構的新執行個體。

CoseHeaderLabel(String)

初始化 CoseHeaderLabel 結構的新執行個體。

CoseHeaderLabel(Int32)

來源:
CoseHeaderLabel.cs
來源:
CoseHeaderLabel.cs
來源:
CoseHeaderLabel.cs
來源:
CoseHeaderLabel.cs

初始化 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)

參數

label
Int32

標頭標籤做為整數。

適用於

CoseHeaderLabel(String)

來源:
CoseHeaderLabel.cs
來源:
CoseHeaderLabel.cs
來源:
CoseHeaderLabel.cs
來源:
CoseHeaderLabel.cs

初始化 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)

參數

label
String

標題標籤為文字字串。

例外狀況

labelnull

適用於