CngKeyCreationParameters.ParentWindowHandle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定視窗控制代碼,該代碼應用來做為 Cryptography Next Generation (CNG) 類別所建立對話方塊的父視窗。
public:
property IntPtr ParentWindowHandle { IntPtr get(); void set(IntPtr value); };
public IntPtr ParentWindowHandle { get; set; }
member this.ParentWindowHandle : nativeint with get, set
Public Property ParentWindowHandle As IntPtr
屬性值
IntPtr
nativeint
父視窗的 HWND,用於 CNG 對話方塊。
備註
如果建立金鑰導致 CNG 顯示對話框,則應該設定這個屬性。