Rfc3161TimestampTokenInfo.TryEncode(Span<Byte>, Int32) Yöntem

Tanım

Bu nesneyi bir TSTInfo değeri olarak kodlamaya çalışır ve sonucu sağlanan arabelleğe yazar.

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

Parametreler

destination
Span<Byte>

Hedef arabellek.

bytesWritten
Int32

Bu yöntem döndürdüğünde truearabelleğe yazılan baytları destination içerir.

Döndürülenler

true işlem başarılı olursa; false arabellek boyutu yetersizse.

Şunlara uygulanır