[This is preliminary documentation and is subject to change.]

Implements all the functions and operations to enable authentication and integration to LDAP servers.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public class LdapDB : OfficeClipDB
Visual Basic (Declaration)
Public Class LdapDB _
	Inherits OfficeClipDB
Visual C++
public ref class LdapDB : public OfficeClipDB

Inheritance Hierarchy

System..::.Object
  OfficeClip.DBLayer..::.OfficeClipDB
    OfficeClip.DBLayer.Account..::.LdapDB

See Also