ReactOS 0.4.15-dev-7842-g558ab78
_CERT_REVOCATION_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CERT_REVOCATION_INFO:

Public Attributes

DWORD cbSize
 
DWORD dwRevocationResult
 
LPCSTR pszRevocationOid
 
LPVOID pvOidSpecificInfo
 
BOOL fHasFreshnessTime
 
DWORD dwFreshnessTime
 
PCERT_REVOCATION_CRL_INFO pCrlInfo
 

Detailed Description

Definition at line 792 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CERT_REVOCATION_INFO::cbSize

Definition at line 793 of file wincrypt.h.

◆ dwFreshnessTime

DWORD _CERT_REVOCATION_INFO::dwFreshnessTime

Definition at line 798 of file wincrypt.h.

◆ dwRevocationResult

DWORD _CERT_REVOCATION_INFO::dwRevocationResult

Definition at line 794 of file wincrypt.h.

◆ fHasFreshnessTime

BOOL _CERT_REVOCATION_INFO::fHasFreshnessTime

Definition at line 797 of file wincrypt.h.

◆ pCrlInfo

PCERT_REVOCATION_CRL_INFO _CERT_REVOCATION_INFO::pCrlInfo

Definition at line 799 of file wincrypt.h.

◆ pszRevocationOid

LPCSTR _CERT_REVOCATION_INFO::pszRevocationOid

Definition at line 795 of file wincrypt.h.

◆ pvOidSpecificInfo

LPVOID _CERT_REVOCATION_INFO::pvOidSpecificInfo

Definition at line 796 of file wincrypt.h.


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