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 に書き込むバイト数。

例外

適用対象