다음을 통해 공유


Rfc3161TimestampTokenInfo.TryDecode 메서드

정의

인코딩된 TSTInfo 값을 디코딩합니다.

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

매개 변수

encodedBytes
ReadOnlyMemory<Byte>

입력 또는 원본 버퍼입니다.

timestampTokenInfo
Rfc3161TimestampTokenInfo

이 메서드가 를 반환 true하면 디코딩된 데이터가 반환됩니다. 이 메서드가 를 반환 false하면 값은 입니다 null. 즉, 데이터를 디코딩할 수 없습니다.

bytesConsumed
Int32

디코딩에 사용되는 바이트 수입니다.

반환

true 작업이 성공하면 이고, false 그렇지 않으면.

적용 대상