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. 이 매개 변수는 초기화되지 않은 것으로 처리됩니다.

반품

인코딩된 요청을 받을 만큼 충분히 길면 /&이고, 그렇지 않으면 .

적용 대상