IObjectId::get_FriendlyName method (certenroll.h)

The FriendlyName property specifies and retrieves a display name for the object identifier. The display name exists until another name is specified or the object lifetime has ended. This property is web enabled for output.

This property is read/write.

Syntax

HRESULT get_FriendlyName(
  BSTR *pValue
);

Parameters

pValue

Return value

None

Remarks

You must call any of the following methods before you can retrieve this property value:

You can also retrieve the following property values:

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

IObjectId