IX509CertificateRequestCmc::get_NameValuePairs method (certenroll.h)

The NameValuePairs property retrieves an IX509NameValuePairs collection associated with a certificate request.

This property is read-only.

Syntax

HRESULT get_NameValuePairs(
  IX509NameValuePairs **ppValue
);

Parameters

ppValue

Return value

None

Remarks

For an example of a name-value pair in a CMC request object, see IX509NameValuePair. You must initialize the CMC request object before calling this property. For more information, see the following topics:

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

IX509CertificateRequestCmc