SignatureInfo.SelectSignatureCertificate(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays a dialog box that allows users to select which signature certificate to use for signing a document.
public:
void SelectSignatureCertificate(System::Object ^ ParentWindow);
public void SelectSignatureCertificate (object ParentWindow);
abstract member SelectSignatureCertificate : obj -> unit
Public Sub SelectSignatureCertificate (ParentWindow As Object)
Parameters
- ParentWindow
- Object
Contains a handle to the window containing the certificate selection dialog box.