Share via


SignatureProvider.ShowSigningCeremony Method

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.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub ShowSigningCeremony ( _
    ParentWindow As Object, _
    psigsetup As SignatureSetup, _
    psiginfo As SignatureInfo _
)
'Usage
Dim instance As SignatureProvider
Dim ParentWindow As Object
Dim psigsetup As SignatureSetup
Dim psiginfo As SignatureInfo

instance.ShowSigningCeremony(ParentWindow, _
    psigsetup, psiginfo)
void ShowSigningCeremony(
    Object ParentWindow,
    SignatureSetup psigsetup,
    SignatureInfo psiginfo
)

Parameters

  • ParentWindow
    Type: System.Object

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

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 Signature.Sign(Object, Object, Object, Object) method in the Office application's object model on a Signature object.

See Also

Reference

SignatureProvider Interface

SignatureProvider Members

Microsoft.Office.Core Namespace