[TIBCO.EMS .NET client library 6.0 documentation]

Use this property name to specify certificate name to lookup in the store name at the store location. NOTE: This is required property when the LDAP_CONN_TYPE of ldaps is used and LDAP_SSL_PARAMS is not specified with a LdapLookupSSLParams.SetSSLQueryClientCertificateCallback method.

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

Syntax

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

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_CERT_NAME, "cn=client_cert");
            

See Also