[TIBCO.EMS .NET client library 8.1 documentation]

Set the query client certificate callback to be invoked during the SSL handshake with the LDAP server.

Namespace:  TIBCO.EMS
Assembly:  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.

See Also