IPasswordHistory.Insert

Syntax

Insert(PasswordHash: String);

Parameters

PasswordHash. Hashed user password.

Description

The Insert method inserts a password to the beginning of the history.

Example

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

See also:

IPasswordHistory