TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
|
Provides the query client certificate callback and the server verify callback used to establish a TLS 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 TLS server certificate verify callback. More... | |
void | SetSSLQueryClientCertificateCallback (QueryClientCertificateCallback cb) |
Set the query client certificate callback to be invoked during the TLS handshake with the LDAP server. More... | |
void | SetSSLVerifyServerCertificateCallback (VerifyServerCertificateCallback cb) |
Set the server certificate verify callback to be invoked during the TLS handshake with the ldap server. More... | |
Provides the query client certificate callback and the server verify callback used to establish a TLS 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 TLS server certificate verify callback.
|
inline |
Set the query client certificate callback to be invoked during the TLS handshake with the LDAP server.
A query client certificate callback that gets invoked during the TLS handshake with the ldap server, allowing the user to specify a client certificate to be used for TLS handshake.
cb | The query client certificate callback. |
|
inline |
Set the server certificate verify callback to be invoked during the TLS handshake with the ldap server.
A server certificate verify callback if set gets invoked during the TLS handshake with the ldap server. If this is not specified then the client will trust any server.
cb | The server certificate verify callback. |