CoseHeaderValue.FromInt32(Int32) Metoda

Definicja

CoseHeaderValue Tworzy wystąpienie na podstawie podpisanej liczby całkowitej.

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

Parametry

value
Int32

Wartość do reprezentowania.

Zwraca

Wystąpienie reprezentujące określoną wartość.

Dotyczy