IX509PrivateKey::get_Description method (certenroll.h)

The Description property specifies or retrieves a string that contains a description of the private key.

This property is read/write.

Syntax

HRESULT get_Description(
  BSTR *pValue
);

Parameters

pValue

Return value

None

Remarks

This property can contain any text and is intended to be displayed in a user interface to identify the nature and uses of the private key.

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