ReactOS 0.4.16-dev-336-gb667d82
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
PCCERT_CONTEXT | pIssuerCert |
DWORD | cCertStore |
HCERTSTORE * | rgCertStore |
HCERTSTORE | hCrlStore |
LPFILETIME | pftTimeToUse |
Definition at line 802 of file wincrypt.h.
DWORD _CERT_REVOCATION_PARA::cbSize |
Definition at line 803 of file wincrypt.h.
Referenced by CertDllVerifyRevocation(), and verify_cert_revocation_from_dist_points_ext().
DWORD _CERT_REVOCATION_PARA::cCertStore |
Definition at line 805 of file wincrypt.h.
Referenced by CRYPT_VerifyChainRevocation().
HCERTSTORE _CERT_REVOCATION_PARA::hCrlStore |
Definition at line 807 of file wincrypt.h.
Referenced by CRYPT_VerifyChainRevocation(), test_verifyRevocation(), testVerifyRevocation(), and verify_cert_revocation().
LPFILETIME _CERT_REVOCATION_PARA::pftTimeToUse |
Definition at line 808 of file wincrypt.h.
Referenced by CertDllVerifyRevocation(), CRYPT_VerifyChainRevocation(), and test_verifyRevocation().
PCCERT_CONTEXT _CERT_REVOCATION_PARA::pIssuerCert |
Definition at line 804 of file wincrypt.h.
Referenced by CRYPT_VerifyChainRevocation(), test_verifyRevocation(), testVerifyRevocation(), and verify_cert_revocation().
HCERTSTORE* _CERT_REVOCATION_PARA::rgCertStore |
Definition at line 806 of file wincrypt.h.
Referenced by CRYPT_VerifyChainRevocation().