|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#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(), testVerifyRevocation(), and verify_cert_revocation_from_dist_points_ext().
| 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(), test_verifyRevocation(), testVerifyRevocation(), and verify_cert_revocation().
| LPFILETIME _CERT_REVOCATION_PARA::pftTimeToUse |
Definition at line 920 of file wincrypt.h.
Referenced by CertDllVerifyRevocation(), CRYPT_VerifyChainRevocation(), and test_verifyRevocation().
| PCCERT_CONTEXT _CERT_REVOCATION_PARA::pIssuerCert |
Definition at line 916 of file wincrypt.h.
Referenced by CRYPT_VerifyChainRevocation(), test_verifyRevocation(), testVerifyRevocation(), and verify_cert_revocation().
| HCERTSTORE* _CERT_REVOCATION_PARA::rgCertStore |
Definition at line 918 of file wincrypt.h.
Referenced by CRYPT_VerifyChainRevocation().