CoseHeaderLabel 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CoseHeaderLabel(Int32) |
初始化 CoseHeaderLabel 結構的新執行個體。 |
CoseHeaderLabel(String) |
初始化 CoseHeaderLabel 結構的新執行個體。 |
CoseHeaderLabel(Int32)
初始化 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 結構的新執行個體。
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
標題標籤為文字字串。
例外狀況
label
為 null
。