IX509NameValuePair::get_Value method (certenroll.h)

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

This property is read-only.

Syntax

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