IX509PrivateKey::put_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 put_Description(
  BSTR Value
);

Parameters

Value

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