Skip to content

Latest commit

 

History

History
103 lines (72 loc) · 3.51 KB

ns-wincrypt-ocsp_request_info.md

File metadata and controls

103 lines (72 loc) · 3.51 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wincrypt._OCSP_REQUEST_INFO
OCSP_REQUEST_INFO (wincrypt.h)
Contains information for an online certificate status protocol (OCSP) request as specified by RFC 2560.
*POCSP_REQUEST_INFO
OCSP_REQUEST_INFO
OCSP_REQUEST_INFO structure [Security]
OCSP_REQUEST_V1
POCSP_REQUEST_INFO
POCSP_REQUEST_INFO structure pointer [Security]
security.ocsp_request_info
wincrypt/OCSP_REQUEST_INFO
wincrypt/POCSP_REQUEST_INFO
security\ocsp_request_info.htm
security
ec939c3b-f155-45f2-b507-6c2e6069a868
12/05/2018
*POCSP_REQUEST_INFO, OCSP_REQUEST_INFO, OCSP_REQUEST_INFO structure [Security], OCSP_REQUEST_V1, POCSP_REQUEST_INFO, POCSP_REQUEST_INFO structure pointer [Security], security.ocsp_request_info, wincrypt/OCSP_REQUEST_INFO, wincrypt/POCSP_REQUEST_INFO
wincrypt.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
OCSP_REQUEST_INFO, *POCSP_REQUEST_INFO
19H1
_OCSP_REQUEST_INFO
wincrypt/_OCSP_REQUEST_INFO
POCSP_REQUEST_INFO
wincrypt/POCSP_REQUEST_INFO
OCSP_REQUEST_INFO
wincrypt/OCSP_REQUEST_INFO
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
OCSP_REQUEST_INFO

OCSP_REQUEST_INFO structure

-description

The OCSP_REQUEST_INFO structure contains information for an online certificate status protocol (OCSP) request as specified by RFC 2560. The RFC specifies that a single request can contain a sequence of certificates for which statuses are required. The rgRequestEntry member of this structure contains an OCSP_REQUEST_ENTRY structure for each certificate in a sequence.

-struct-fields

-field dwVersion

A value that indicates the protocol version of the OCSP request.

OCSP_REQUEST_V1 (0)

-field pRequestorName

A pointer to a CERT_ALT_NAME_ENTRY structure that contains the name bound to the certificate public key of the requester.

-field cRequestEntry

The number of elements in the rgRequestEntry array.

-field rgRequestEntry

An array of pointers to OCSP_REQUEST_ENTRY structures.

-field cExtension

The number of elements in the rgExtension array.

-field rgExtension

An array of pointers to CERT_EXTENSION structures, each of which contains information about the request.

-see-also

CERT_ALT_NAME_ENTRY

CERT_EXTENSION

OCSP_REQUEST_ENTRY

RFC 2560 Online Certificate Status Protocol