Aqualogic Interaction API  
 

IPTUser.GetUniqueAuthName Method 

Retrieves the Auth Unique Name for the user. The Auth Unique Name is used with users that are synchronized from an external authentication source, and represents the user's unique name within that authentication source, as opposed to Login Name, which uniquely identifies a user within Plumtree).

For example, an LDAP provider might have a "CN=bob,OU=plumtree" string whereas an NT provider might have "PLUMTREE\Bob".
string GetUniqueAuthName();

Return Value

The auth unique name.

See Also

IPTUser Interface | com.plumtree.server Namespace