PackageDigitalSignatureManager.ParentWindow Property

Definition

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

IntPtr

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.

Applies to