ReactOS 0.4.16-dev-91-g764881a
|
#include <wincrypt.h>
Public Attributes | |
DWORD | dwCertEncodingType |
BYTE * | pbCrlEncoded |
DWORD | cbCrlEncoded |
PCRL_INFO | pCrlInfo |
HCERTSTORE | hCertStore |
Definition at line 618 of file wincrypt.h.
DWORD _CRL_CONTEXT::cbCrlEncoded |
Definition at line 621 of file wincrypt.h.
Referenced by CertSerializeCRLStoreElement(), CRL_clone(), CRYPT_SerializeCRLNoHash(), CryptSignMessage(), do_export(), and testAddCRL().
DWORD _CRL_CONTEXT::dwCertEncodingType |
Definition at line 619 of file wincrypt.h.
Referenced by CertIsValidCRLForCertificate(), compare_crl_existing(), and CRL_clone().
HCERTSTORE _CRL_CONTEXT::hCertStore |
Definition at line 623 of file wincrypt.h.
Referenced by CertDeleteCRLFromStore(), and CertGetCRLContextProperty().
BYTE* _CRL_CONTEXT::pbCrlEncoded |
Definition at line 620 of file wincrypt.h.
Referenced by CertSerializeCRLStoreElement(), CRL_clone(), CRYPT_SerializeCRLNoHash(), CryptSignMessage(), do_export(), and testAddCRL().
PCRL_INFO _CRL_CONTEXT::pCrlInfo |
Definition at line 622 of file wincrypt.h.
Referenced by CertAddCRLContextToStore(), CertFindCertificateInCRL(), CertIsValidCRLForCertificate(), compare_crl_existing(), compare_crl_issued_by(), compare_crl_issued_for(), and testAddCRL().