Back to product page

ClientCertRequired method


Called when server requires client certificate.

Type

None

Syntax

  • Basic
object.ClientCertRequired Owner
The ClientCertRequired(object,Owner) syntax has these parts:
objectAn expression evaluating to an object of type IwodFtpNotify.
OwnerRequired. A wodFtpDLXCom object.

Remarks

This method is called only if you implemented IwodFtpNotify interface in your application, and wodFtpDLX.Notification property has received reference to instance of your implementation.

This notification method is called 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 be called only if you did NOT provide your certificate in the first place.

Platforms

Windows