C# 클래스 Novell.Directory.Ldap.Asn1.Asn1Identifier

상속: System.Object, System.ICloneable
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

Private Properties

프로퍼티 타입 설명
decodeTagNumber int

공개 메소드들

메소드 설명
Asn1Identifier ( ) : System
Asn1Identifier ( System in_Renamed ) : System

Decode an Asn1Identifier directly from an InputStream and save the encoded length of the Asn1Identifier.

Asn1Identifier ( int tagClass, bool constructed, int tag ) : System

Constructs an Asn1Identifier using the classtype, form and tag.

Clone ( ) : Object

Creates a duplicate, not a true clone, of this object and returns a reference to the duplicate.

reset ( System in_Renamed ) : void

Decode an Asn1Identifier directly from an InputStream and save the encoded length of the Asn1Identifier, but reuse the object.

비공개 메소드들

메소드 설명
decodeTagNumber ( System in_Renamed ) : int

In the case that we have a tag number that is greater than 30, we need to decode a multiple octet tag number.

메소드 상세

Asn1Identifier() 공개 메소드

public Asn1Identifier ( ) : System
리턴 System

Asn1Identifier() 공개 메소드

Decode an Asn1Identifier directly from an InputStream and save the encoded length of the Asn1Identifier.
public Asn1Identifier ( System in_Renamed ) : System
in_Renamed System
리턴 System

Asn1Identifier() 공개 메소드

Constructs an Asn1Identifier using the classtype, form and tag.
public Asn1Identifier ( int tagClass, bool constructed, int tag ) : System
tagClass int As defined above. /// ///
constructed bool Set to true if constructed and false if primitive. /// ///
tag int The tag of this identifier ///
리턴 System

Clone() 공개 메소드

Creates a duplicate, not a true clone, of this object and returns a reference to the duplicate.
public Clone ( ) : Object
리턴 System.Object

reset() 공개 메소드

Decode an Asn1Identifier directly from an InputStream and save the encoded length of the Asn1Identifier, but reuse the object.
public reset ( System in_Renamed ) : void
in_Renamed System
리턴 void