ReactOS 0.4.15-dev-7953-g1f49173
_CERT_REVOCATION_PARA Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CERT_REVOCATION_PARA:

Public Attributes

DWORD cbSize
 
PCCERT_CONTEXT pIssuerCert
 
DWORD cCertStore
 
HCERTSTORErgCertStore
 
HCERTSTORE hCrlStore
 
LPFILETIME pftTimeToUse
 

Detailed Description

Definition at line 802 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CERT_REVOCATION_PARA::cbSize

◆ cCertStore

DWORD _CERT_REVOCATION_PARA::cCertStore

Definition at line 805 of file wincrypt.h.

Referenced by CRYPT_VerifyChainRevocation().

◆ hCrlStore

HCERTSTORE _CERT_REVOCATION_PARA::hCrlStore

◆ pftTimeToUse

LPFILETIME _CERT_REVOCATION_PARA::pftTimeToUse

◆ pIssuerCert

PCCERT_CONTEXT _CERT_REVOCATION_PARA::pIssuerCert

◆ rgCertStore

HCERTSTORE* _CERT_REVOCATION_PARA::rgCertStore

Definition at line 806 of file wincrypt.h.

Referenced by CRYPT_VerifyChainRevocation().


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