Read a base ASN.1 object from a stream.

C# |
public static Asn1Object FromStream( Stream inStr )

- inStr (Stream)
- The stream to parse.

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

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