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 wodHttpNotify.
OwnerRequired. 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.

Platforms

Windows