The name that uniquely identifies a given group or user.
The distinguished name (DN) consists of a group or user's short name and the
name of the domain to which it belongs. For example, for a group with the short name
"Managers", the distinguished name might be "CN=Managers,DC=example,DC=com".
Namespace:
FileNet.Api.Security
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
ReadOnly Property DistinguishedName As String |
C# |
---|
string DistinguishedName { get; } |
Visual C++ |
---|
property String^ DistinguishedName {
String^ get ();
} |
JavaScript |
---|
function get_distinguishedName();
|