ReactOS 0.4.16-dev-1528-g28b3562
_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 966 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CERT_REVOCATION_STATUS::cbSize

Definition at line 967 of file wincrypt.h.

Referenced by CertDllVerifyRevocation(), and CertVerifyRevocation().

◆ dwError

DWORD _CERT_REVOCATION_STATUS::dwError

Definition at line 969 of file wincrypt.h.

Referenced by CertDllVerifyRevocation(), and CRYPT_VerifyChainRevocation().

◆ dwFreshnessTime

DWORD _CERT_REVOCATION_STATUS::dwFreshnessTime

Definition at line 972 of file wincrypt.h.

◆ dwIndex

◆ dwReason

DWORD _CERT_REVOCATION_STATUS::dwReason

Definition at line 970 of file wincrypt.h.

◆ fHasFreshnessTime

BOOL _CERT_REVOCATION_STATUS::fHasFreshnessTime

Definition at line 971 of file wincrypt.h.


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