PackageDigitalSignatureManager.ParentWindow Property
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.
Gets or sets a handle to the parent window for displaying a certificate selection dialog box.
public:
property IntPtr ParentWindow { IntPtr get(); void set(IntPtr value); };
public IntPtr ParentWindow { get; set; }
member this.ParentWindow : nativeint with get, set
Public Property ParentWindow As IntPtr
Property Value
nativeint
The handle of the parent window to use to display the certificate selection dialog box.
Remarks
A certificate selection dialog box is presented only if a Sign call contains no certificates. If no certificates are specified, Sign will display a certificate selection dialog box that enables the user to choose which certificate to use for signing.