[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Use this property to specify other ssl parameters namely
LdapLookupSSLParams.SetSSLQueryClientCertificateCallback
and LdapLookupSSLParams.SetSSLVerifyServerCertifeCallback.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
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
![]() | |
---|---|
LdapLookupSSLParams sslparams = new LdapLookupSSLParams(); table.Add(LdapLookupConsts.LDAP_SSL_PARAMS, sslparams); |