Share via


PackageDigitalSignatureManager.ParentWindow 屬性

定義

取得或設定控制代碼,控制用來顯示憑證選取對話方塊的父視窗。

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

屬性值

IntPtr

nativeint

父視窗的控制代碼,用來顯示憑證選取對話方塊。

備註

只有在呼叫不包含憑證時 Sign ,才會顯示憑證選取對話框。 如果未指定憑證, Sign 則會顯示憑證選取對話框,讓使用者選擇要用於簽署的憑證。

適用於