C# Класс Novell.Directory.Ldap.Extensions.GetBindDNResponse

Retrieves the identity from an GetBindDNResponse object. An object in this class is generated from an LdapExtendedResponse object using the ExtendedResponseFactory class. The GetBindDNResponse extension uses the following OID: 2.16.840.1.113719.1.27.100.32
Наследование: Novell.Directory.Ldap.LdapExtendedResponse
Показать файл Открыть проект

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

Метод Описание
GetBindDNResponse ( RfcLdapMessage rfcMessage ) : System

Constructs an object from the responseValue which contains the bind dn. The constructor parses the responseValue which has the following format: responseValue ::= identity OCTET STRING

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

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

Constructs an object from the responseValue which contains the bind dn. The constructor parses the responseValue which has the following format: responseValue ::= identity OCTET STRING
IOException The return value could not be decoded. ///
public GetBindDNResponse ( RfcLdapMessage rfcMessage ) : System
rfcMessage Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
Результат System