Show / Hide Table of Contents

DecodeList Method

DecodeList(ReadOnlySpan<byte>)

Decodes a sequence of BER-TLV encoded data into a list of Tlvs.

C#
public static IReadOnlyList<TlvObject> DecodeList(ReadOnlySpan<byte> data)

Parameters

Type Name Description
ReadOnlySpan<byte> data

Sequence of TLV encoded data

Returns

IReadOnlyList<TlvObject>

List of TlvObject

In this article
Back to top Generated by DocFX