PackageDigitalSignatureManager.ParentWindow 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定控制代碼,控制用來顯示憑證選取對話方塊的父視窗。
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 則會顯示憑證選取對話框,讓使用者選擇要用於簽署的憑證。