IX509Enrollment::get_NameValuePairs method (certenroll.h)
The NameValuePairs property retrieves a collection of name-value pairs associated with the enrollment object.
This property is read-only.
HRESULT get_NameValuePairs(
IX509NameValuePairs **ppValue
);
ppValue
None
name-value pairs are passed to the certification authority (CA) with the request for the CA to act upon. The IX509NameValuePairs object is associated with the IX509Enrollment object when the object is initialized. Therefore, before calling this property, you must initialize the IX509Enrollment object by calling one of the following methods.
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 |