Share via


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

表す値。

戻り値

指定した値を表す インスタンス。

適用対象