IApplicationRole.UseDerivedPassword

Syntax

UseDerivedPassword: Boolean;

Description

The UseDerivedPassword property determines the use of derived password while connection creation.

Comments

If the value is True, the password is encrypted, if the value is False, it is not. The default value of this property is True.

Example

The property use is given in the example for ICredentials.Role.

See also:

IApplicationRole