ReactOS 0.4.16-dev-197-g92996da
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
DWORD | dwIndex |
DWORD | dwError |
DWORD | dwReason |
BOOL | fHasFreshnessTime |
DWORD | dwFreshnessTime |
Definition at line 854 of file wincrypt.h.
DWORD _CERT_REVOCATION_STATUS::cbSize |
Definition at line 855 of file wincrypt.h.
Referenced by CertDllVerifyRevocation(), and CertVerifyRevocation().
DWORD _CERT_REVOCATION_STATUS::dwError |
Definition at line 857 of file wincrypt.h.
Referenced by CertDllVerifyRevocation(), and CRYPT_VerifyChainRevocation().
DWORD _CERT_REVOCATION_STATUS::dwFreshnessTime |
Definition at line 860 of file wincrypt.h.
DWORD _CERT_REVOCATION_STATUS::dwIndex |
Definition at line 856 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 858 of file wincrypt.h.
BOOL _CERT_REVOCATION_STATUS::fHasFreshnessTime |
Definition at line 859 of file wincrypt.h.