IMetabasePasswordPolicy.ForbiddenStrings

Syntax

ForbiddenStrings: IStringList;

Description

The ForbiddenStrings property returns the list containing forbidden strings, which occurrence is checked in a password.

Comments

It is relevant if the CheckForbiddenStrings property is set to True.

Example

The property use is given in the example for IMetabasePasswordPolicy.CheckForbiddenStrings.

See also:

IMetabasePasswordPolicy