UserPrincipalName: String;
The UserPrincipalName property returns a domain user name.
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.
The example of use is given in description of the ISecuritySubjectsSearch.DomainCredentials property.
See also: