ReactOS 0.4.16-dev-1528-g28b3562
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
DWORD | dwIndex |
DWORD | dwError |
DWORD | dwReason |
BOOL | fHasFreshnessTime |
DWORD | dwFreshnessTime |
Definition at line 966 of file wincrypt.h.
DWORD _CERT_REVOCATION_STATUS::cbSize |
Definition at line 967 of file wincrypt.h.
Referenced by CertDllVerifyRevocation(), and CertVerifyRevocation().
DWORD _CERT_REVOCATION_STATUS::dwError |
Definition at line 969 of file wincrypt.h.
Referenced by CertDllVerifyRevocation(), and CRYPT_VerifyChainRevocation().
DWORD _CERT_REVOCATION_STATUS::dwFreshnessTime |
Definition at line 972 of file wincrypt.h.
DWORD _CERT_REVOCATION_STATUS::dwIndex |
Definition at line 968 of file wincrypt.h.
Referenced by CertDllVerifyRevocation(), verify_cert_revocation(), verify_cert_revocation_from_dist_points_ext(), verify_cert_revocation_with_crl_offline(), and verify_cert_revocation_with_crl_online().
DWORD _CERT_REVOCATION_STATUS::dwReason |
Definition at line 970 of file wincrypt.h.
BOOL _CERT_REVOCATION_STATUS::fHasFreshnessTime |
Definition at line 971 of file wincrypt.h.