[TIBCO.EMS .NET client library 6.3 documentation]

Use this property name to specify connection type. Aacceptable values are "ldap" (the default) and "ldaps."

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

Syntax

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

Remarks

NOTE:If 'ldaps' is specified for the connection type then the other required ssl paramaters also need to be specified.

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_CONN_TYPE, "ldaps");
            

See Also