Skip to content

Latest commit

 

History

History
154 lines (112 loc) · 4.93 KB

ns-wincrypt-ocsp_basic_response_entry.md

File metadata and controls

154 lines (112 loc) · 4.93 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_BASIC_RESPONSE_ENTRY
OCSP_BASIC_RESPONSE_ENTRY (wincrypt.h)
Contains the current certificate status for a single certificate.
*POCSP_BASIC_RESPONSE_ENTRY
OCSP_BASIC_GOOD_CERT_STATUS
OCSP_BASIC_RESPONSE_ENTRY
OCSP_BASIC_RESPONSE_ENTRY structure [Security]
OCSP_BASIC_REVOKED_CERT_STATUS
OCSP_BASIC_UNKNOWN_CERT_STATUS
POCSP_BASIC_RESPONSE_ENTRY
POCSP_BASIC_RESPONSE_ENTRY structure pointer [Security]
security.ocsp_basic_response_entry
wincrypt/OCSP_BASIC_RESPONSE_ENTRY
wincrypt/POCSP_BASIC_RESPONSE_ENTRY
security\ocsp_basic_response_entry.htm
security
c22f25fd-bbee-45de-9ca0-064b159abb7c
12/05/2018
*POCSP_BASIC_RESPONSE_ENTRY, OCSP_BASIC_GOOD_CERT_STATUS, OCSP_BASIC_RESPONSE_ENTRY, OCSP_BASIC_RESPONSE_ENTRY structure [Security], OCSP_BASIC_REVOKED_CERT_STATUS, OCSP_BASIC_UNKNOWN_CERT_STATUS, POCSP_BASIC_RESPONSE_ENTRY, POCSP_BASIC_RESPONSE_ENTRY structure pointer [Security], security.ocsp_basic_response_entry, wincrypt/OCSP_BASIC_RESPONSE_ENTRY, wincrypt/POCSP_BASIC_RESPONSE_ENTRY
wincrypt.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
OCSP_BASIC_RESPONSE_ENTRY, *POCSP_BASIC_RESPONSE_ENTRY
19H1
_OCSP_BASIC_RESPONSE_ENTRY
wincrypt/_OCSP_BASIC_RESPONSE_ENTRY
POCSP_BASIC_RESPONSE_ENTRY
wincrypt/POCSP_BASIC_RESPONSE_ENTRY
OCSP_BASIC_RESPONSE_ENTRY
wincrypt/OCSP_BASIC_RESPONSE_ENTRY
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
OCSP_BASIC_RESPONSE_ENTRY

OCSP_BASIC_RESPONSE_ENTRY structure

-description

The OCSP_BASIC_RESPONSE_ENTRY structure contains the current certificate status for a single certificate. This structure populates the OCSP_BASIC_RESPONSE_INFO rgResponseEntry member.

-struct-fields

-field CertId

An OCSP_CERT_ID structure that specifies the target certificate of the online certificate status protocol (OCSP) response.

-field dwCertStatus

A value that indicates the target certificate revocation status.

RFC 2560 defines the following possible values for certificate status.

Value Meaning
OCSP_BASIC_GOOD_CERT_STATUS
0
The certificate is not revoked.
OCSP_BASIC_REVOKED_CERT_STATUS
1
The certificate is revoked either permanently or temporarily.
OCSP_BASIC_UNKNOWN_CERT_STATUS
2
The responder has no information for the target certificate.

-field DUMMYUNIONNAME

-field DUMMYUNIONNAME.pRevokedInfo

A pointer to an OCSP_BASIC_REVOKED_INFO structure that specifies the reason the target certificate was revoked.

-field ThisUpdate

The date and time at which the response indicated by dwCertStatus is known to be correct.

-field NextUpdate

The date and time on or before which newer information will be available for the certificate status. A value of zero indicates that the certificate status never expires.

-field cExtension

The number of elements in the rgExtension array.

-field rgExtension

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

-see-also

CERT_EXTENSION

OCSP_BASIC_RESPONSE_INFO

OCSP_BASIC_REVOKED_INFO

OCSP_CERT_ID

RFC 2560 Online Certificate Status Protocol