SignatureInfo.ShowSignatureCertificate Method
Displays the selected or default digital certificate.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub ShowSignatureCertificate ( _
ParentWindow As Object _
)
'Usage
Dim instance As SignatureInfo
Dim ParentWindow As Object
instance.ShowSignatureCertificate(ParentWindow)
void ShowSignatureCertificate(
Object ParentWindow
)
Parameters
ParentWindow
Type: System.ObjectContains the handle to the window containing the Certificate dialog box.