ICertPropertyEnrollment::get_RequestId method (certenroll.h)
The RequestId property retrieves a unique certificate request identifier.
This property is read-only.
Syntax
HRESULT get_RequestId(
LONG *pValue
);
Parameters
pValue
Return value
None
Remarks
Set the RequestId property by calling the Initialize method. The request ID is created during the enrollment process. For more information, see the RequestId property on the IX509Enrollment interface.
The ID 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.
You can also call the following properties to retrieve the other values specified during initialization:
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 |