Click or drag to resize
Galactic API

LDAP Methods

The LDAP type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an entry to the LDAP directory with the specified distinguished name and attributes.
Public methodAddOrReplaceAttribute
Adds or Replaces an attribute's value in the specified entry in the directory.
Public methodDelete
Deletes an entry from the LDAP directory with the specified distinguished name.
Public methodDeleteAttribute
Deletes an attribute's value in the specified entry in the directory.
Public methodDispose
Closes the LDAP connection and frees all resources associated with it.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetByteAttributeValue
Gets the first byte array attribute value from the supplied entry.
Public methodGetByteAttributeValues
Gets all byte array attribute values from the supplied entry.
Public methodGetEntryByDistinguishedName
Gets an entry from the directory with the specified distinguished name.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetStringAttributeValue
Gets the first string attribute value from the supplied entry.
Public methodGetStringAttributeValues
Gets all string attribute values from the supplied entry.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveRenameEntry
Moves and / or renames an entry in the directory.
Public methodSearch
Searches the LDAP directory for entries that match the specified search filter.
Public methodSetSearchBaseAndScope
Sets the object that is the base for all searches, as well as the scope of the searches. This only needs to be set if you need to search somewhere other than the base of the directory, or with a scope other than subtree.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also