TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
|
Provides the query client certificate callback and the server verify callback used to establish an SSL connection to the LDAP server (ldaps). More...
Public Member Functions | |
LdapLookupSSLParams () | |
default constructor for creating an object of this type, that will allow one to set a query client certificate callback and ssl server certificate verify callback. More... | |
void | SetSSLQueryClientCertificateCallback (QueryClientCertificateCallback cb) |
Set the query client certificate callback to be invoked during the SSL handshake with the LDAP server. More... | |
void | SetSSLVerifyServerCertificateCallback (VerifyServerCertificateCallback cb) |
Set the server certificate verify callback to be invoked during the SSL handshake with the ldap server. More... | |
Provides the query client certificate callback and the server verify callback used to establish an SSL connection to the LDAP server (ldaps).
The parameters set by this object are optional. The client may choose to either specify the store location along with the store name and certificate name, or optionally the query client certificate callback.
|
inline |
default constructor for creating an object of this type, that will allow one to set a query client certificate callback and ssl server certificate verify callback.
|
inline |
Set the query client certificate callback to be invoked during the SSL handshake with the LDAP server.
A query client certificate callback that gets invoked during the SSL handshake with the ldap server, allowing the user to specify a client certificate to be used for ssl handshake.
cb | The query client certificate callback. |
|
inline |
Set the server certificate verify callback to be invoked during the SSL handshake with the ldap server.
A server certificate verify callback if set gets invoked during the SSL handshake with the ldap server. If this is not specified then the client will trust any server.
cb | The server certificate verify callback. |