CngKeyCreationParameters.ParentWindowHandle 속성

정의

CNG(Cryptography Next Generation) 클래스에서 만드는 대화 상자의 부모 창으로 사용할 창 핸들을 가져오거나 설정합니다.

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

CNG 대화 상자에 사용되는 부모 창의 HWND입니다.

설명

키 만들기로 인해 CNG에 대화 상자가 표시되는 경우 이 속성을 설정해야 합니다.

적용 대상