Create a base ASN.1 object from a byte array.

C# |
public static Asn1Object FromByteArray( byte[] data )

- data (array<Byte>[]()[][])
- The byte array to parse.

The base ASN.1 object represented by the byte array.

Exception | Condition |
---|---|
IOException | If there is a problem parsing the data. |