IX509PrivateKey::get_FriendlyName method (certenroll.h)

The FriendlyName property specifies or retrieves a display name for the private key.

This property is read/write.

Syntax

HRESULT get_FriendlyName(
  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 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