ICertCredentials.UserName

Syntax

UserName: String;

Description

The UserName property determines the user name used to connect to repository.

Comments

The specified user may be not available in the repository DBMS or in the security manager. If the specified user does not exist anywhere, it is created in the security manager of the repository. If the ICertCredentials.RolesStr property was set, the user will be included to the specified group and will have corresponding rights.

Example

The example of use is given in description of the ICertCredentials.Signature property.

See also:

ICertCredentials