IX509Enrollment::get_RequestId method (certenroll.h)

The RequestId property retrieves a unique identifier for the certificate request sent to the certification authority by the Enroll method.

This property is read-only.

Syntax

HRESULT get_RequestId(
  LONG *pValue
);

Parameters

pValue

Return value

None

Remarks

The value of the RequestId property is set during the enrollment process. It can be used during subsequent communication between the client and the CA. For example, if a CA marks a request as pending when initially submitted, the client can use the request ID and the configuration string when it again contacts the CA and attempts to retrieve the certificate response. To retrieve the configuration string, call the CAConfigString 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

IX509Enrollment