ReactOS 0.4.15-dev-7942-gd23573b
_CERT_REVOCATION_STATUS Struct Reference

#include <wincrypt.h>

Public Attributes

DWORD cbSize
 
DWORD dwIndex
 
DWORD dwError
 
DWORD dwReason
 
BOOL fHasFreshnessTime
 
DWORD dwFreshnessTime
 

Detailed Description

Definition at line 854 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CERT_REVOCATION_STATUS::cbSize

Definition at line 855 of file wincrypt.h.

Referenced by CertDllVerifyRevocation(), and CertVerifyRevocation().

◆ dwError

DWORD _CERT_REVOCATION_STATUS::dwError

Definition at line 857 of file wincrypt.h.

Referenced by CertDllVerifyRevocation(), and CRYPT_VerifyChainRevocation().

◆ dwFreshnessTime

DWORD _CERT_REVOCATION_STATUS::dwFreshnessTime

Definition at line 860 of file wincrypt.h.

◆ dwIndex

◆ dwReason

DWORD _CERT_REVOCATION_STATUS::dwReason

Definition at line 858 of file wincrypt.h.

◆ fHasFreshnessTime

BOOL _CERT_REVOCATION_STATUS::fHasFreshnessTime

Definition at line 859 of file wincrypt.h.


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