ReactOS 0.4.16-dev-1946-g52006dd
_OCSP_BASIC_RESPONSE_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _OCSP_BASIC_RESPONSE_INFO:

Public Attributes

DWORD dwVersion
 
DWORD dwResponderIdChoice
 
union {
   CERT_NAME_BLOB   ByNameResponderId
 
   CRYPT_HASH_BLOB   ByKeyResponderId
 
DUMMYUNIONNAME
 
FILETIME ProducedAt
 
DWORD cResponseEntry
 
POCSP_BASIC_RESPONSE_ENTRY rgResponseEntry
 
DWORD cExtension
 
PCERT_EXTENSION rgExtension
 

Detailed Description

Definition at line 716 of file wincrypt.h.

Member Data Documentation

◆ ByKeyResponderId

CRYPT_HASH_BLOB _OCSP_BASIC_RESPONSE_INFO::ByKeyResponderId

Definition at line 721 of file wincrypt.h.

◆ ByNameResponderId

CERT_NAME_BLOB _OCSP_BASIC_RESPONSE_INFO::ByNameResponderId

Definition at line 720 of file wincrypt.h.

◆ cExtension

DWORD _OCSP_BASIC_RESPONSE_INFO::cExtension

Definition at line 726 of file wincrypt.h.

◆ cResponseEntry

DWORD _OCSP_BASIC_RESPONSE_INFO::cResponseEntry

Definition at line 724 of file wincrypt.h.

◆ 

union { ... } _OCSP_BASIC_RESPONSE_INFO::DUMMYUNIONNAME

◆ dwResponderIdChoice

DWORD _OCSP_BASIC_RESPONSE_INFO::dwResponderIdChoice

Definition at line 718 of file wincrypt.h.

◆ dwVersion

DWORD _OCSP_BASIC_RESPONSE_INFO::dwVersion

Definition at line 717 of file wincrypt.h.

◆ ProducedAt

FILETIME _OCSP_BASIC_RESPONSE_INFO::ProducedAt

Definition at line 723 of file wincrypt.h.

◆ rgExtension

PCERT_EXTENSION _OCSP_BASIC_RESPONSE_INFO::rgExtension

Definition at line 727 of file wincrypt.h.

◆ rgResponseEntry

POCSP_BASIC_RESPONSE_ENTRY _OCSP_BASIC_RESPONSE_INFO::rgResponseEntry

Definition at line 725 of file wincrypt.h.


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