IPasswordHistory.Contains

Syntax

Contains(PasswordHash: String): Boolean;

Parameters

PasswordHash. Hashed user password.

Description

The Contains method returns whether password is contained in history.

Comments

Available values:

Example

The method use is given in the example for IMetabaseSecurity.HashPassword.

See also:

IPasswordHistory