IX509NameValuePair::get_Name method (certenroll.h)

The Name property retrieves the name portion of the name-value pair.

This property is read-only.

Syntax

HRESULT get_Name(
  BSTR *pValue
);

Parameters

pValue

Return value

None

Remarks

You must call the Initialize method before calling this property.

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

IX509NameValuePair