Share via


SignatureInfo.SelectSignatureCertificate Method

Displays a dialog box that allows users to select which signature certificate to use for signing a document.

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

Syntax

'Declaration
Sub SelectSignatureCertificate ( _
    ParentWindow As Object _
)
'Usage
Dim instance As SignatureInfo
Dim ParentWindow As Object

instance.SelectSignatureCertificate(ParentWindow)
void SelectSignatureCertificate(
    Object ParentWindow
)

Parameters

  • ParentWindow
    Type: System.Object

    Contains a handle to the window containing the certificate selection dialog box.

See Also

Reference

SignatureInfo Interface

SignatureInfo Members

Microsoft.Office.Core Namespace