ReactOS 0.4.16-dev-1946-g52006dd
_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 904 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CERT_REVOCATION_INFO::cbSize

Definition at line 905 of file wincrypt.h.

◆ dwFreshnessTime

DWORD _CERT_REVOCATION_INFO::dwFreshnessTime

Definition at line 910 of file wincrypt.h.

◆ dwRevocationResult

DWORD _CERT_REVOCATION_INFO::dwRevocationResult

Definition at line 906 of file wincrypt.h.

◆ fHasFreshnessTime

BOOL _CERT_REVOCATION_INFO::fHasFreshnessTime

Definition at line 909 of file wincrypt.h.

◆ pCrlInfo

PCERT_REVOCATION_CRL_INFO _CERT_REVOCATION_INFO::pCrlInfo

Definition at line 911 of file wincrypt.h.

◆ pszRevocationOid

LPCSTR _CERT_REVOCATION_INFO::pszRevocationOid

Definition at line 907 of file wincrypt.h.

◆ pvOidSpecificInfo

LPVOID _CERT_REVOCATION_INFO::pvOidSpecificInfo

Definition at line 908 of file wincrypt.h.


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