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 wodHttpDLX object.

Remarks

This event is fired 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