wodFtpDLX ActiveX Control - ClientCertRequired Method (wodFtpDLXCom)
      
 

Description

Called when server requires client certificate.


Return Type

None  


Syntax

object.ClientCertRequired Owner



The ClientCertRequired Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodFtpNotify.
Owner Required. 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.