OCSP_REQUEST_ENTRY structure
The OCSP_REQUEST_ENTRY structure contains information about a single certificate in an online certificate status protocol (OCSP) request. This structure populates the OCSP_REQUEST_INFO rgRequestEntry member.
Syntax
typedef struct _OCSP_REQUEST_ENTRY { OCSP_CERT_ID CertId; DWORD cExtension; PCERT_EXTENSION rgExtension; } OCSP_REQUEST_ENTRY, *POCSP_REQUEST_ENTRY;
Members
- CertId
-
An OCSP_CERT_ID structure that specifies the target certificate.
- cExtension
-
The number of elements in the rgExtension array.
- rgExtension
-
An array of pointers to CERT_EXTENSION structures, each of which contains information about the CertId certificate.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012
