 Declaration Syntax
 Declaration Syntax| C# | 
public abstract class Asn1Object : Asn1Encodable
 Members
 Members| All Members | Methods | ||||
| Icon | Member | Description | 
|---|---|---|
|  | Equals(Object) | (Inherited from Object.) | 
|   | FromByteArray(array<Byte>[]()[][]) | Create a base ASN.1 object from a byte array. | 
|   | FromStream(Stream) | Read a base ASN.1 object from a stream. | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToAsn1Object()()()() | (Overrides Asn1Encodable.ToAsn1Object()()()().) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |||
|  | Asn1Encodable | ||
|  | Asn1Object | ||
|  | Asn1Sequence | ||
|  | DerInteger | ||