ReactOS 0.4.16-dev-570-g1868985
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
DWORD | dwRevocationResult |
LPCSTR | pszRevocationOid |
LPVOID | pvOidSpecificInfo |
BOOL | fHasFreshnessTime |
DWORD | dwFreshnessTime |
PCERT_REVOCATION_CRL_INFO | pCrlInfo |
Definition at line 792 of file wincrypt.h.
DWORD _CERT_REVOCATION_INFO::cbSize |
Definition at line 793 of file wincrypt.h.
DWORD _CERT_REVOCATION_INFO::dwFreshnessTime |
Definition at line 798 of file wincrypt.h.
DWORD _CERT_REVOCATION_INFO::dwRevocationResult |
Definition at line 794 of file wincrypt.h.
BOOL _CERT_REVOCATION_INFO::fHasFreshnessTime |
Definition at line 797 of file wincrypt.h.
PCERT_REVOCATION_CRL_INFO _CERT_REVOCATION_INFO::pCrlInfo |
Definition at line 799 of file wincrypt.h.
LPCSTR _CERT_REVOCATION_INFO::pszRevocationOid |
Definition at line 795 of file wincrypt.h.
LPVOID _CERT_REVOCATION_INFO::pvOidSpecificInfo |
Definition at line 796 of file wincrypt.h.