|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <wincrypt.h>

Public Attributes | |
| DWORD | dwCertEncodingType |
| BYTE * | pbCrlEncoded |
| DWORD | cbCrlEncoded |
| PCRL_INFO | pCrlInfo |
| HCERTSTORE | hCertStore |
Definition at line 730 of file wincrypt.h.
| DWORD _CRL_CONTEXT::cbCrlEncoded |
Definition at line 733 of file wincrypt.h.
Referenced by CertSerializeCRLStoreElement(), CRL_clone(), CRYPT_SerializeCRLNoHash(), CryptSignMessage(), do_export(), and testAddCRL().
| DWORD _CRL_CONTEXT::dwCertEncodingType |
Definition at line 731 of file wincrypt.h.
Referenced by CertIsValidCRLForCertificate(), compare_crl_existing(), and CRL_clone().
| HCERTSTORE _CRL_CONTEXT::hCertStore |
Definition at line 735 of file wincrypt.h.
Referenced by CertDeleteCRLFromStore(), and CertGetCRLContextProperty().
| BYTE* _CRL_CONTEXT::pbCrlEncoded |
Definition at line 732 of file wincrypt.h.
Referenced by CertSerializeCRLStoreElement(), CRL_clone(), CRYPT_SerializeCRLNoHash(), CryptSignMessage(), do_export(), and testAddCRL().
| PCRL_INFO _CRL_CONTEXT::pCrlInfo |
Definition at line 734 of file wincrypt.h.
Referenced by CertAddCRLContextToStore(), CertFindCertificateInCRL(), CertIsValidCRLForCertificate(), compare_crl_existing(), compare_crl_issued_by(), compare_crl_issued_for(), and testAddCRL().