Read a base ASN.1 object from a stream.
 Declaration Syntax
 Declaration Syntax| C# | 
public static Asn1Object FromStream( Stream inStr )
 Parameters
 Parameters- inStr (Stream)
- The stream 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. |