CspParameters.ParentWindowHandle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置智能卡密码对话框的非托管父级窗口的句柄。
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 对话框。