ISignerCertificate::put_ParentWindow method (certenroll.h)

The ParentWindow property specifies or retrieves the ID of the window used to display signing certificate information.

This property is read/write.

Syntax

HRESULT put_ParentWindow(
  LONG Value
);

Parameters

Value

Return value

None

Remarks

Call this property to specify a window ID before calling the Initialize method. The ParentWindow property internally sets the window ID on the IX509PrivateKey object. You can retrieve the private key object by calling the PrivateKey property. You can call the following properties to retrieve additional information about the signing certificate object:

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header certenroll.h
DLL CertEnroll.dll

See also

ISignerCertificate