Property | Type | Description | |
---|---|---|---|
ID |
Method | Description | |
---|---|---|
Asn1Null ( ) : System |
Call this constructor to construct a new Asn1Null object.
|
|
ToString ( ) : System.String |
Return a String representation of this Asn1Null object.
|
|
encode ( Asn1Encoder enc, System out_Renamed ) : void |
Call this method to encode the current instance into the specified output stream using the specified encoder object.
|
public encode ( Asn1Encoder enc, System out_Renamed ) : void | ||
enc | Asn1Encoder | Encoder object to use when encoding self. /// /// |
out_Renamed | System | |
return | void |