[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.dll)
Version: 7.3.2.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