ReactOS 0.4.16-dev-1946-g52006dd
_OCSP_BASIC_RESPONSE_ENTRY Struct Reference

#include <wincrypt.h>

Collaboration diagram for _OCSP_BASIC_RESPONSE_ENTRY:

Public Attributes

OCSP_CERT_ID CertId
 
DWORD dwCertStatus
 
union {
   POCSP_BASIC_REVOKED_INFO   pRevokedInfo
 
DUMMYUNIONNAME
 
FILETIME ThisUpdate
 
FILETIME NextUpdate
 
DWORD cExtension
 
PCERT_EXTENSION rgExtension
 

Detailed Description

Definition at line 700 of file wincrypt.h.

Member Data Documentation

◆ CertId

OCSP_CERT_ID _OCSP_BASIC_RESPONSE_ENTRY::CertId

Definition at line 701 of file wincrypt.h.

◆ cExtension

DWORD _OCSP_BASIC_RESPONSE_ENTRY::cExtension

Definition at line 708 of file wincrypt.h.

◆ 

union { ... } _OCSP_BASIC_RESPONSE_ENTRY::DUMMYUNIONNAME

◆ dwCertStatus

DWORD _OCSP_BASIC_RESPONSE_ENTRY::dwCertStatus

Definition at line 702 of file wincrypt.h.

◆ NextUpdate

FILETIME _OCSP_BASIC_RESPONSE_ENTRY::NextUpdate

Definition at line 707 of file wincrypt.h.

◆ pRevokedInfo

POCSP_BASIC_REVOKED_INFO _OCSP_BASIC_RESPONSE_ENTRY::pRevokedInfo

Definition at line 704 of file wincrypt.h.

◆ rgExtension

PCERT_EXTENSION _OCSP_BASIC_RESPONSE_ENTRY::rgExtension

Definition at line 709 of file wincrypt.h.

◆ ThisUpdate

FILETIME _OCSP_BASIC_RESPONSE_ENTRY::ThisUpdate

Definition at line 706 of file wincrypt.h.


The documentation for this struct was generated from the following file: