Share via


UI.ShowSignatureDialog Method

InfoPath Developer Reference

Displays the Microsoft Office InfoPath 2007 Digital Signatures dialog box.

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.ShowSignatureDialog

expression   An expression that returns a UI object.

Return Value
Nothing

Remarks

The ShowSignatureDialog method can be used only in forms that have been enabled for digital signing. The method will return an error if used in a form that is not enabled for digital signing.

Security Level 2: Can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Example

In the following example, the ShowSignatureDialog method of the UI object is used to display the InfoPath Digital Signatures dialog box:

JScript
  XDocument.UI.ShowSignatureDialog();

See Also