CngKey.ParentWindowHandle 속성

정의

키 액세스로 인한 UI(사용자 인터페이스) 프롬프트에 사용해야 하는 HWND(창 핸들)를 가져오거나 설정합니다.

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

키에 대한 부모 창 핸들입니다.

특성

설명

키에 대한 부모 창 핸들은 스마트 카드 PIN 프롬프트와 같은 UI 프롬프트에 사용됩니다. 이 값은 지속형 키로 유지되지 않습니다.

항상 사용자 인터페이스를 표시 하는 키에 대 한이 속성을 설정 하는 것이 좋습니다. 이러한 키의 기본값을 null 사용하지 마세요.

적용 대상