C# Class Novell.Directory.Ldap.Asn1.Asn1Null

Inheritance: Asn1Object
Show file Open project: EventStore/csharp-ldap Class Usage Examples

Public Properties

Property Type Description
ID Asn1Identifier

Public Methods

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.

Method Details

Asn1Null() public method

Call this constructor to construct a new Asn1Null object.
public Asn1Null ( ) : System
return System

ToString() public method

Return a String representation of this Asn1Null object.
public ToString ( ) : System.String
return System.String

encode() public method

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

Property Details

ID public static property

ID is added for Optimization. ID needs only be one Value for every instance, thus we create it only once.
public static Asn1Identifier,Novell.Directory.Ldap.Asn1 ID
return Asn1Identifier