SignatureProvider.ShowSigningCeremony Method

Definition

Provides a signature provider add-in the opportunity to display the Signature dialog box to users, allowing them to specify their identity and then be authenticated.

public:
 void ShowSigningCeremony(System::Object ^ ParentWindow, Microsoft::Office::Core::SignatureSetup ^ psigsetup, Microsoft::Office::Core::SignatureInfo ^ psiginfo);
public void ShowSigningCeremony (object ParentWindow, Microsoft.Office.Core.SignatureSetup psigsetup, Microsoft.Office.Core.SignatureInfo psiginfo);
abstract member ShowSigningCeremony : obj * Microsoft.Office.Core.SignatureSetup * Microsoft.Office.Core.SignatureInfo -> unit
Public Sub ShowSigningCeremony (ParentWindow As Object, psigsetup As SignatureSetup, psiginfo As SignatureInfo)

Parameters

ParentWindow
Object

Contains the handle to the window containing the Signature dialog box.

psigsetup
SignatureSetup

Specifies initial settings of the signature provider.

psiginfo
SignatureInfo

Specifies information about the signature provider.

Remarks

This method is internally called by the Microsoft Office application when the user is attempting to sign a signature line, or if the add-in has called the Sign(Object, Object, Object, Object) method in the Office application's object model on a Signature object.

Applies to