LDAP Client.Net

Client Members

Client overview

Public Static (Shared) Fields

NoSearchLimit The value for no search limit. Read-only.
NoTimeout 

Public Instance Constructors

Client ConstructorInitializes a new instance of the Client class.

Public Instance Properties

Encoding Encoding to use for communication with the LDAP server. Default is UTF8.
ProtocolVersion Protocol version to use for communication with the LDAP server. Default is Version3.
SearchSizeLimit Maximum number of results to return from a search.

Public Instance Methods

About Gets the legal and version information.
AddNewEntry Add a new entry to the directory, using the specified attributes and values to initialize it.
ConnectOverloaded. Authenticate and bind to a directory server on the Port.DefaultPort using unencrypted transport, and the empty string as both username and password.
Disconnect Unbind from the directory server.
Dispose Closes the connection to the directory. Frees, releases or resets resources used by Client.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
SearchOverloaded. Search the directory. Searches the subtree. Retrieves all attributes. Has no timeout. Does not ignore the size limit error. For a complete description of search syntax, see RFC 1558: A String Representation of LDAP Search Filters (http://www.faqs.org/rfcs/rfc1558.html).
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Client Class | LdapServices.Ldap Namespace