다음을 통해 공유


Rfc3161TimestampTokenInfo.TryEncode(Span<Byte>, Int32) 메서드

정의

이 개체를 TSTInfo 값으로 인코딩하여 결과를 제공된 버퍼에 쓰려고 합니다.

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

이 메서드가 를 반환 true하면 버퍼에 기록 destination 된 바이트가 포함됩니다.

반환

true 작업이 성공하면 이고, false 버퍼 크기가 부족하면 입니다.

적용 대상