Aracılığıyla paylaş


Rfc3161TimestampToken.TryDecode Yöntem

Tanım

içeriğini DER ile kodlanmış bir zaman damgası belirteci olarak yorumlamak encodedBytes için attemps.

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

Parametreler

encodedBytes
ReadOnlyMemory<Byte>

DER ile kodlanmış bir zaman damgası belirteci içeren arabellek.

token
Rfc3161TimestampToken

Bu yöntem döndürdüğünde, kodu çözme başarılı olursa veya null kod çözme başarısız olduysa, kodu başarıyla çözülen zaman damgası belirteci. Bu parametre başlatılmamış olarak kabul edilir.

bytesConsumed
Int32

Bu yöntem döndürdüğünde, 'den encodedBytesokunan bayt sayısı. Bu parametre başlatılmamış olarak kabul edilir.

Döndürülenler

true başarılı bir şekilde zaman damgası belirteci olarak yorumlandıysa encodedBytes ; değilse, false.

Şunlara uygulanır