[TIBCO.EMS .NET client library 5.1 documentation]

Use this property name to specify the principal (i.e the user name) to use while connecting to the ldap server.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public const string LDAP_PRINCIPAL
Public Const LDAP_PRINCIPAL As String
public:
literal String^ LDAP_PRINCIPAL

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_PRINCIPAL, "cn=Manager");
            

See Also