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

Provides methods and properties to access the LDAP Authentication information.

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

Syntax

C#
[SerializableAttribute]
public class LdapAuthenticationInfo : ISerializable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class LdapAuthenticationInfo _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class LdapAuthenticationInfo : ISerializable

Inheritance Hierarchy

System..::.Object
  OfficeClip.BusinessLayer.Account..::.LdapAuthenticationInfo

See Also