CspParameters.ParentWindowHandle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定智慧卡密碼對話方塊之 Unmanaged 父視窗的控制代碼。
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
智慧卡密碼對話方塊父視窗的控制代碼。
備註
ParentWindowHandle使用 屬性可指定智慧卡密碼對話方塊之 Unmanaged 父視窗的句柄。 當您使用這個屬性指定句柄時,將會向用戶顯示智慧卡密碼對話框。
您可以使用 屬性明確指定密碼,以避免顯示智慧卡密碼 KeyPassword 對話方塊。