Create a base ASN.1 object from a byte array.
 Declaration Syntax
 Declaration Syntax| C# | 
public static Asn1Object FromByteArray( byte[] data )
 Parameters
 Parameters- data (array<Byte>[]()[][])
- The byte array to parse.
 Return Value
 Return ValueThe base ASN.1 object represented by the byte array.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| IOException | If there is a problem parsing the data. |