CoseHeaderMap.GetValueAsInt32(CoseHeaderLabel) 方法

定義

取得與指定標籤相關聯的值,做為帶正負號的整數。

public:
 int GetValueAsInt32(System::Security::Cryptography::Cose::CoseHeaderLabel label);
public int GetValueAsInt32 (System.Security.Cryptography.Cose.CoseHeaderLabel label);
member this.GetValueAsInt32 : System.Security.Cryptography.Cose.CoseHeaderLabel -> int
Public Function GetValueAsInt32 (label As CoseHeaderLabel) As Integer

參數

label
CoseHeaderLabel

要取得之值的標籤。

傳回

與指定標籤相關聯的值,做為帶正負號的整數。

例外狀況

值無法解碼為 32 位帶正負號的整數。

找不到 label

適用於