wodHttpDLX ActiveX Control - ClientCertRequired Method
      
 

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 wodHttpNotify.
Owner Required. A wodHttpDLXCom object. Reference to wodHttpDLXCom instance that called this notification method.

Remarks

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

This notification method is called when you use SSL-enabled communication (setup in Secure property) and server requests client certificate to connect successfully. At this point, connection will be closed. If you plan to request the document again, you should set up Certificate property with valid certificate, recognized by the server.