C# Класс Novell.Directory.Ldap.Asn1.Asn1OctetString

Наследование: Asn1Object
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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