ISecuritySubject.DistinguishedName

Syntax

DistinguishedName: String;

Description

The DistinguishedName property returns unique name of security subject.

Comments

This property is relevant only for domain security subjects. This property returns the unique name in the format determined for 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 property use is given in the example for ISecuritySubjectsSearch.DomainCredentials.

See also:

ISecuritySubject