IMetabaseAuthenticationPolicy.DisableInternalAuthentication

Syntax

DisableInternalAuthentication;

DisableInternalAuthentication();

Description

The DisableInternalAuthentication method disables authorization by platform means.

Comments

The method is outdated, use IMetabasePolicy.CheckUserPassword.

Authorization by platform means is disabled if it has been used before.

See also:

IMetabaseAuthenticationPolicy