Share via


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 未找到。

适用于