Rfc3161TimestampTokenInfo.TryEncode(Span<Byte>, Int32) Method

Definition

Attempts to encode this object as a TSTInfo value, writing the result into the provided buffer.

public:
 bool TryEncode(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public bool TryEncode (Span<byte> destination, out int bytesWritten);
member this.TryEncode : Span<byte> * int -> bool
Public Function TryEncode (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean

Parameters

destination
Span<Byte>

The destination buffer.

bytesWritten
Int32

When this method returns true, contains the bytes written to the destination buffer.

Returns

true if the operation succeeded; false if the buffer size was insufficient.

Applies to