CngKey.ParentWindowHandle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定視窗控制代碼 (HWND),用於存取金鑰所造成的使用者介面 (UI) 提示。
public:
property IntPtr ParentWindowHandle { IntPtr get(); void set(IntPtr value); };
public IntPtr ParentWindowHandle { get; set; }
public IntPtr ParentWindowHandle { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.ParentWindowHandle : nativeint with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.ParentWindowHandle : nativeint with get, set
Public Property ParentWindowHandle As IntPtr
屬性值
IntPtr
nativeint
金鑰的父視窗控制代碼。
- 屬性
備註
金鑰的父視窗句柄用於 UI 提示中,例如智慧卡 PIN 提示。 此值不會與保存的索引鍵一起保存。
建議您一律為顯示使用者介面的索引鍵設定此屬性。 請勿針對這類索引鍵使用的 null
預設值。