CngKey.ParentWindowHandle 屬性

定義

取得或設定視窗控制代碼 (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 預設值。

適用於