CspParameters.ParentWindowHandle 属性

定义

获取或设置智能卡密码对话框的非托管父级窗口的句柄。

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使用 属性可以指定智能卡密码对话框的非托管父窗口的句柄。 使用此属性指定句柄时,将向用户显示智能卡密码对话框。

通过使用 属性显式指定密码,可以避免显示智能卡密码 KeyPassword 对话框。

适用于