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 |
---|---|---|
System.ReadOnlySpan<System.Byte> | data | Sequence of TLV encoded data |
Returns
System.Collections.Generic.IReadOnlyList<TlvObject>
List of TlvObject