IApplicationRole.UseDerivedPassword

Syntax

UseDerivedPassword: Boolean;

Description

The UseDerivedPassword property determines the use of derived password on creating a connection.

Comments

If the value is True, the password is encrypted; if the value is False, it is not encrypted. The property is set to True by default.

Example

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

See also:

IApplicationRole