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

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

Открытые свойства

Свойство Тип Описание
ID Asn1Identifier

Открытые методы

Метод Описание
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.

Описание методов

Asn1Null() публичный Метод

Call this constructor to construct a new Asn1Null object.
public Asn1Null ( ) : System
Результат System

ToString() публичный Метод

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

Описание свойств

ID публичное статическое свойство

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
Результат Asn1Identifier