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

The login authentication type that is used to login to OfficeClip

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum LoginAuthenticationMode
Visual Basic (Declaration)
Public Enumeration LoginAuthenticationMode
Visual C++
public enum class LoginAuthenticationMode

Members

Member nameDescription
FormsAnonymous
The Authentication mode in forms and anonymous
WindowsAuthenticated
The Authentication mode is windows and authenticated
LDAPAnonymous
The Authentication mode is LDAP and anonymous

See Also