IX509PrivateKey::get_Opened method (certenroll.h)

The Opened property retrieves a Boolean value that specifies whether the private key is open.

This property is read-only.

Syntax

HRESULT get_Opened(
  VARIANT_BOOL *pValue
);

Parameters

pValue

Return value

None

Remarks

You can call the Create method to create a private key, and call the Open method to open one.

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

IX509PrivateKey