C# (CSharp) Novell.Directory.Ldap.Controls Namespace

Classes

Name Description
LdapEntryChangeControl LdapEntryChangeControl is a Server Control returned at the request of the client in response to a persistent search request. It contains additional information about a change such as what type of change occurred.
LdapPersistSearchControl LdapPersistSearchControl is a Server Control that allows a client to receive notifications from the server of changes to entries within the searches result set. The client can be notified when an entry is added to the result set, when an entry is deleted from the result set, when a DN has been changed or when and attribute value has been changed.
LdapSortControl LdapSortControl is a Server Control to specify how search results are to be sorted by the server. If a server does not support sorting in general or for a particular query, the results will be returned unsorted, along with a control indicating why they were not sorted (or that sort controls are not supported). If the control was marked "critical", the whole search operation will fail if the sort control is not supported.
LdapSortKey Encapsulates parameters for sorting search results.
LdapSortResponse LdapSortResponse - will be added in newer version of Ldap Controls draft
LdapVirtualListControl LdapVirtualListControl is a Server Control used to specify that results from a search are to be returned in pages - which are subsets of the entire virtual result set. On success, an updated LdapVirtualListResponse object is returned as a response Control, containing information on the virtual list size and the actual first index. This object can then be used by the client with a new requested position or length and sent to the server to obtain a different segment of the virtual list.
LdapVirtualListResponse LdapVirtualListResponse is a Server Control returned by the server in response to a virtual list search request.