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

상속: Asn1Object
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ID Asn1Identifier

공개 메소드들

메소드 설명
Asn1OctetString ( System content ) : System

Call this constructor to construct an Asn1OctetString object from a String 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.

stringValue ( ) : System.String

Returns the content of this Asn1OctetString as a String.

비공개 메소드들

메소드 설명
Asn1OctetString ( Asn1Decoder dec, System in_Renamed, int len ) : System
Asn1OctetString ( sbyte content ) : System
byteValue ( ) : sbyte[]

메소드 상세

Asn1OctetString() 공개 메소드

Call this constructor to construct an Asn1OctetString object from a String object.
public Asn1OctetString ( System content ) : System
content System A string value that will be contained /// in the this Asn1OctetString object ///
리턴 System

ToString() 공개 메소드

Return a String representation of this Asn1Object.
public ToString ( ) : System.String
리턴 System.String

encode() 공개 메소드

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
리턴 void

stringValue() 공개 메소드

Returns the content of this Asn1OctetString as a String.
public stringValue ( ) : System.String
리턴 System.String

프로퍼티 상세

ID 보호되어 있는 정적으로 프로퍼티

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