IMetabaseAuthenticationPolicy.CheckInternalAuthenticationAbility

Syntax

CheckInternalAuthenticationAbility;

CheckInternalAuthenticationAbility();

Description

The CheckInternalAuthenticationAbility method checks if authorization by platform means can be enabled.

Comments

The method is outdated, use IMetabasePolicy.CheckUserPassword.

If authorization by platform means cannot be enabled, an exception is thrown.

See also:

IMetabaseAuthenticationPolicy