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

The authentication type for the LDAP server.

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

Syntax

C#
public AuthenticationTypes AuthenticationType { get; }
Visual Basic (Declaration)
Public ReadOnly Property AuthenticationType As AuthenticationTypes
Visual C++
public:
property AuthenticationTypes AuthenticationType {
	AuthenticationTypes get ();
}

See Also