CoseHeaderValue.FromInt32(Int32) Método

Definição

Cria uma CoseHeaderValue instância de um inteiro com sinal.

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

Parâmetros

value
Int32

O valor a ser representado.

Retornos

Uma instância que representa o valor especificado.

Aplica-se a