[TIBCO.EMS .NET client library 8.1 documentation]

Set the server certificate verify 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 SetSSLVerifyServerCertificateCallback(
	VerifyServerCertificateCallback cb
)
Public Sub SetSSLVerifyServerCertificateCallback ( _
	cb As VerifyServerCertificateCallback _
)
public:
void SetSSLVerifyServerCertificateCallback(
	VerifyServerCertificateCallback^ cb
)

Parameters

cb
Type: System.DirectoryServices.Protocols..::.VerifyServerCertificateCallback
The server certificate verify callback.

Remarks

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.

See Also