ShowAuthenticationDialog method

Opens the electronic signature window for the specified SignatureButton object.
The electronic signature window allows signature authentication and the operations that have been set up for a SignatureButton object, to be carried out.
Syntax
object
.
ShowAuthenticationDialog
where
object
– is the name of a SignatureButton object or an expression that evaluates to a SignatureButton object.
Remarks
  • ShowAuthenticationDialog is a blocking call. Code that follows this call in a procedure will not run until signature authentication and the related operation for the SignatureButton have been completed or cancelled, and the window is closed.
  • If you do not want calls blocked when the electronic signature window is open, use the ShowAuthenticationDialogEx method, instead.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal