ISecuritySubject.DistinguishedName

Fore Syntax

DistinguishedName: String;

Fore.NET Syntax

DistinguishedName: String;

Description

The DistinguishedName property returns a distinguished name for a security subject.

Comments

This property is relevant only for domain security subjects. This property returns the name in the format determined for the directory service, for example: CN=user,OU=group,DC=domain,DC=ru. Depending on the service settings for a particular domain, format will differ from the one specified inn the example.

Example

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

See also:

ISecuritySubject