Condividi tramite


Rfc3161TimestampTokenInfo.TryDecode Metodo

Definizione

Decodifica un valore TSTInfo codificato.

public:
 static bool TryDecode(ReadOnlyMemory<System::Byte> encodedBytes, [Runtime::InteropServices::Out] System::Security::Cryptography::Pkcs::Rfc3161TimestampTokenInfo ^ % timestampTokenInfo, [Runtime::InteropServices::Out] int % bytesConsumed);
public static bool TryDecode (ReadOnlyMemory<byte> encodedBytes, out System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo? timestampTokenInfo, out int bytesConsumed);
public static bool TryDecode (ReadOnlyMemory<byte> encodedBytes, out System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo timestampTokenInfo, out int bytesConsumed);
static member TryDecode : ReadOnlyMemory<byte> * Rfc3161TimestampTokenInfo * int -> bool
Public Shared Function TryDecode (encodedBytes As ReadOnlyMemory(Of Byte), ByRef timestampTokenInfo As Rfc3161TimestampTokenInfo, ByRef bytesConsumed As Integer) As Boolean

Parametri

encodedBytes
ReadOnlyMemory<Byte>

Buffer di input o di origine.

timestampTokenInfo
Rfc3161TimestampTokenInfo

Quando questo metodo restituisce true, i dati decodificati. Quando questo metodo restituisce false, il valore è null, ovvero non è stato possibile decodificare i dati.

bytesConsumed
Int32

Numero di byte utilizzati per la decodifica.

Restituisce

true se l'operazione ha avuto esito positivo; false Altrimenti.

Si applica a