[TIBCO.EMS .NET client library 6.0 documentation]

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

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

Syntax

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

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_CREDENTIAL, "password");
            

See Also