ISecuritySubject.UserPrincipalName

Syntax

UserPrincipalName: String;

Description

The UserPrincipalName property returns a domain user name.

Comments

The property is relevant only for domain users. The property returns empty string for the users created in security manager of repository or domain groups. The name for domain users is returned in the format subject@domain.

Example

The example of use is given in description of the ISecuritySubjectsSearch.DomainCredentials property.

See also:

ISecuritySubject