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

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

Private Properties

Property Type Description
Asn1Tagged System

Public Methods

Method Description
Asn1Tagged ( Asn1Identifier identifier, Asn1Object object_Renamed ) : System

Constructs an Asn1Tagged object using the provided AN1Identifier and the Asn1Object. The explicit flag defaults to true as per the spec.

Asn1Tagged ( Asn1Identifier identifier, Asn1Object object_Renamed, bool explicit_Renamed ) : System

Constructs an Asn1Tagged object.

ToString ( ) : System.String

Return a String representation of this Asn1Object.

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.

taggedValue ( ) : Asn1Object

Returns the Asn1Object stored in this Asn1Tagged object

Private Methods

Method Description
Asn1Tagged ( Asn1Decoder dec, System in_Renamed, int len, Asn1Identifier identifier ) : System

Method Details

Asn1Tagged() public method

Constructs an Asn1Tagged object using the provided AN1Identifier and the Asn1Object. The explicit flag defaults to true as per the spec.
public Asn1Tagged ( Asn1Identifier identifier, Asn1Object object_Renamed ) : System
identifier Asn1Identifier
object_Renamed Asn1Object
return System

Asn1Tagged() public method

Constructs an Asn1Tagged object.
public Asn1Tagged ( Asn1Identifier identifier, Asn1Object object_Renamed, bool explicit_Renamed ) : System
identifier Asn1Identifier
object_Renamed Asn1Object
explicit_Renamed bool
return System

ToString() public method

Return a String representation of this Asn1Object.
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

taggedValue() public method

Returns the Asn1Object stored in this Asn1Tagged object
public taggedValue ( ) : Asn1Object
return Asn1Object