[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Set the query client certificate callback to be invoked during the SSL
handshake with the LDAP server.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void SetSSLQueryClientCertificateCallback( QueryClientCertificateCallback cb ) |
Public Sub SetSSLQueryClientCertificateCallback ( _ cb As QueryClientCertificateCallback _ ) |
public: void SetSSLQueryClientCertificateCallback( QueryClientCertificateCallback^ cb ) |
Parameters
- cb
- Type: System.DirectoryServices.Protocols..::.QueryClientCertificateCallback
The query client certificate callback.
Remarks
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.