|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <wincrypt.h>

Public Attributes | |
| DWORD | cbSize |
| PCCERT_CONTEXT | pIssuerCert |
| DWORD | cCertStore |
| HCERTSTORE * | rgCertStore |
| HCERTSTORE | hCrlStore |
| LPFILETIME | pftTimeToUse |
Definition at line 914 of file wincrypt.h.
| DWORD _CERT_REVOCATION_PARA::cbSize |
Definition at line 915 of file wincrypt.h.
Referenced by CertDllVerifyRevocation(), and testVerifyRevocation().
| DWORD _CERT_REVOCATION_PARA::cCertStore |
Definition at line 917 of file wincrypt.h.
Referenced by CRYPT_VerifyChainRevocation().
| HCERTSTORE _CERT_REVOCATION_PARA::hCrlStore |
Definition at line 919 of file wincrypt.h.
Referenced by CRYPT_VerifyChainRevocation(), testVerifyRevocation(), and verify_cert_revocation().
| LPFILETIME _CERT_REVOCATION_PARA::pftTimeToUse |
Definition at line 920 of file wincrypt.h.
Referenced by CertDllVerifyRevocation(), and CRYPT_VerifyChainRevocation().
| PCCERT_CONTEXT _CERT_REVOCATION_PARA::pIssuerCert |
Definition at line 916 of file wincrypt.h.
Referenced by CRYPT_VerifyChainRevocation(), testVerifyRevocation(), verify_cert_revocation(), and verify_cert_revocation_with_ocsp().
| HCERTSTORE* _CERT_REVOCATION_PARA::rgCertStore |
Definition at line 918 of file wincrypt.h.
Referenced by CRYPT_VerifyChainRevocation().