CoseHeaderValue.FromInt32(Int32) 方法

定義

從帶正負號的整數建立 CoseHeaderValue 實例。

public:
 static System::Security::Cryptography::Cose::CoseHeaderValue FromInt32(int value);
public static System.Security.Cryptography.Cose.CoseHeaderValue FromInt32 (int value);
static member FromInt32 : int -> System.Security.Cryptography.Cose.CoseHeaderValue
Public Shared Function FromInt32 (value As Integer) As CoseHeaderValue

參數

value
Int32

要表示的值。

傳回

表示指定值的實例。

適用於