共用方式為


Rfc3161TimestampRequest.TryEncode(Span<Byte>, Int32) 方法

定義

嘗試將實例編碼為IETF RFC 3161 TimeStampReq,將位元組寫入提供的緩衝區。

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

參數

destination
Span<Byte>

要接收編碼要求的緩衝區。

bytesWritten
Int32

當此方法傳回時,為寫入 destination 的位元組總數。 這個參數會被視為未初始化。

傳回

如果 destination 的長度足以接收編碼的要求,則為 true;否則為 false

適用於