ReactOS 0.4.16-dev-1484-g212a1a5
_CERT_REVOCATION_CRL_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CERT_REVOCATION_CRL_INFO:

Public Attributes

DWORD cbSize
 
PCCRL_CONTEXT pBaseCrlContext
 
PCCRL_CONTEXT pDeltaCrlContext
 
PCRL_ENTRY pCrlEntry
 
BOOL fDeltaCrlEntry
 

Detailed Description

Definition at line 896 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CERT_REVOCATION_CRL_INFO::cbSize

Definition at line 897 of file wincrypt.h.

◆ fDeltaCrlEntry

BOOL _CERT_REVOCATION_CRL_INFO::fDeltaCrlEntry

Definition at line 901 of file wincrypt.h.

◆ pBaseCrlContext

PCCRL_CONTEXT _CERT_REVOCATION_CRL_INFO::pBaseCrlContext

Definition at line 898 of file wincrypt.h.

◆ pCrlEntry

PCRL_ENTRY _CERT_REVOCATION_CRL_INFO::pCrlEntry

Definition at line 900 of file wincrypt.h.

◆ pDeltaCrlContext

PCCRL_CONTEXT _CERT_REVOCATION_CRL_INFO::pDeltaCrlContext

Definition at line 899 of file wincrypt.h.


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