편집

다음을 통해 공유


SignedDataBlockCollection.ShowSignatureDialog Method

Definition

Displays the Sign dialog box.

public:
 abstract void ShowSignatureDialog();
public abstract void ShowSignatureDialog ();
abstract member ShowSignatureDialog : unit -> unit
Public MustOverride Sub ShowSignatureDialog ()

Examples

In the following example, the ShowSignatureDialog method of the SignedDataBlockCollection class is used to display the Sign dialog box.

this.SignedDataBlocks.ShowSignatureDialog(); Me.SignedDataBlocks.ShowSignatureDialog()

Remarks

The ShowSignatureDialog method can be used only in form templates that have been enabled for digital signing. The method will raise an exception if used in a form template that is not enabled for digital signing.

This member 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.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

Applies to