다음을 통해 공유


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

정의

instance IETF RFC 3161TimeStampReq로 인코딩하려고 시도하여 바이트를 제공된 버퍼에 기록합니다.

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입니다.

적용 대상