[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Set the server certificate verify callback to be invoked during the
SSL handshake with the ldap server.
Namespace:
TIBCO.EMSAssembly: 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.