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

Gets the login authentication mode. This mainly depends on the web.config and the IIS settings

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

Syntax

C#
public static LoginAuthenticationMode LoginAuthenticationMode { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property LoginAuthenticationMode As LoginAuthenticationMode
Visual C++
public:
static property LoginAuthenticationMode LoginAuthenticationMode {
	LoginAuthenticationMode get ();
}

See Also