IX509Enrollment::Request property
The Request property retrieves the certificate request associated with the enrollment object.
This property is read-only.
Syntax
HRESULT get_Request( [out] IX509CertificateRequest **pValue );
Property value
Address of a variable that receives a pointer to an IX509CertificateRequest interface that represents the request.
Error codes
If the function succeeds, the function returns S_OK.
If the function fails, it returns an HRESULT value that indicates the error. Possible values include, but are not limited to, those in the following table. For a list of common error codes, see Common HRESULT Values.
| Name/value | Meaning |
|---|---|
|
The certificate request cannot be found. |
Remarks
This property can be set when the InitializeFromRequest method is called.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012
