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

Definition

Attempts to encode the instance as an IETF RFC 3161 TimeStampReq, writing the bytes 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 buffer to receive the encoded request.

bytesWritten
Int32

When this method returns, the total number of bytes written into destination. This parameter is treated as uninitialized.

Returns

trueif destination is long enough to receive the encoded request; otherwise, false.

Applies to