IMetabasePasswordPolicy.ForbiddenStrings

Syntax

ForbiddenStrings: IStringList;

DerivedPasswords: Prognoz.Platform.Interop.ForeCollections.IStringList;

Description

The ForbiddenStrings property returns a list, containing disabled lines, for which a password is checked.

Comments

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

Fore and Fore.NET Examples

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

See also:

IMetabasePasswordPolicy