Back to product page

ClientCertRequired event


Fires when server requires client certificate.

Syntax

  • Basic
Private Sub object_ClientCertRequired()
The ClientCertRequired(object) syntax has these parts:
objectA wodFtpDLX object.

Remarks

This event is fired when remote server requires client certificate to be provided for SSL/TLS connection. It is possible that your authentication (and connection) still is successful - but it's also possible that server close the connection due to this requirement.

Of course, it will fire only if you did NOT provide your certificate in the first place.

Platforms

Windows