Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseAuthenticationPolicy interface is used to work with authentication policy in repository.
The interface is outdated, use IMetabasePolicy.CheckUserPassword.
IMetabaseAuthenticationPolicy
Property name | Brief description | |
AuthenticationType | Outdated. Use IMetabasePolicy.CheckUserPassword. |
Method name | Brief description | |
CheckInternalAuthenticationAbility | Outdated. Use IMetabasePolicy.CheckUserPassword. | |
DisableInternalAuthentication | Outdated. Use IMetabasePolicy.CheckUserPassword. | |
EnableInternalAuthentication | Outdated. Use IMetabasePolicy.CheckUserPassword. |
See also: