[TIBCO.EMS .NET client library 6.3 documentation]

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

Syntax

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

Remarks

NOTE: If LDAP_SSL_PARAMS is specified with a valid query client certificate callback and also the certificate store location and store name along with the certificate name are specified then store location, store name, certificate name takes precedence and query client certificate callback is ignored.

Examples

 Copy Code
              LdapLookupSSLParams sslparams = new LdapLookupSSLParams();
              table.Add(LdapLookupConsts.LDAP_SSL_PARAMS, sslparams);
            

See Also