CngKey::ParentWindowHandle Property
Gets or sets the window handle (HWND) that should be used for user interface (UI) prompts caused by accessing the key.
Assembly: System.Core (in System.Core.dll)
public: property IntPtr ParentWindowHandle { IntPtr get(); [SecurityPermissionAttribute(SecurityAction::Demand, UnmanagedCode = true)] void set(IntPtr value); }
The parent window handle for the key is used in UI prompts, such as smart card PIN prompts. This value is not persisted with persisted keys.
We recommend that you always set this property for keys that display a user interface. Do not use the default value of null for such keys.
for permission to call unmanaged code. Demand value: LinkDemand. Associated enumeration: SecurityPermissionFlag::UnmanagedCode
Available since 3.5