class axl::sys::win::CertStore

#include <axl_sys_win_Certificate.h>

class CertStore: public axl::sl::Handle
{
public:
    // construction

    CertStore();
    CertStore(HCERTSTORE h);

    // methods

    bool
    findCertificate(
        Certificate* certificate,
        dword_t encodingType,
        dword_t findFlags,
        dword_t findType,
        const void* findParam,
        const CERT_CONTEXT* prevCertificate = NULL
        );
};

Inherited Members

public:
    // typedefs

    typedef T H;

    // methods

    operator T() const;

    T
    operator->() const;

    const Handle&
    operator=(T h);

    bool
    isOpen() const;

    void
    close();

    void
    attach(T h);

    T
    detach();

    T*
    p();

    static
    T
    getInvalidHandle();