Description
-
Fires when server requires client certificate.
Syntax
-
Private Sub
object_ClientCertRequired()
The ClientCertRequired Event syntax has these parts:
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.
|