IX509Enrollment2::get_RequestIdString method (certenroll.h)

The RequestIdString property retrieves a string that contains a unique identifier for the certificate request sent to the certification enrollment server (CES).

This property is read-only.

Syntax

HRESULT get_RequestIdString(
  BSTR *pValue
);

Parameters

pValue

Return value

None

Remarks

The value of the RequestIdString property is set during the enrollment process. It can be used during subsequent communication between the client and the CES. For example, if a CES marks a request as pending when initially submitted, the client can use the request ID string when it again contacts the CES and attempts to retrieve the certificate response.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header certenroll.h

See also

IX509Enrollment2