IMetabasePolicy.AuthenticationPolicy

Fore Syntax

AuthenticationPolicy: IMetabaseAuthenticationPolicy;

Fore.NET Syntax

AuthenticationPolicy: Prognoz.Platform.Interop.Metabase.IMetabaseAuthenticationPolicy;

Description

The AuthenticationPolicy property determines parameters of authentication policy in repository.

Comments

The property is outdated, use IMetabasePolicy.CheckUserPassword.

Example

The example of use is given in the example for IMetabaseAuthenticationPolicy.EnableInternalAuthentication.

See also:

IMetabasePolicy