Asn1Tag.Encode(Span<Byte>) 메서드

정의

태그의 BER로 인코딩된 형식을 destination에 씁니다.

public:
 int Encode(Span<System::Byte> destination);
public int Encode (Span<byte> destination);
member this.Encode : Span<byte> -> int
Public Function Encode (destination As Span(Of Byte)) As Integer

매개 변수

destination
Span<Byte>

인코딩된 태그를 기록할 위치의 시작입니다.

반환

destination에 쓰인 바이트 수입니다.

예외

적용 대상