RCFProto
 All Classes Functions Typedefs
Public Member Functions | List of all members
RCF::StoreCertificateIterator Class Reference

Iterates over the certificates in a Windows certificate store. More...

#include <Win32Certificate.hpp>

Public Member Functions

 StoreCertificateIterator (Win32CertificateLocation certStoreLocation, Win32CertificateStore certStore)
 Constructs a store iterator for the the given certificate location and store.
 
bool moveNext ()
 Moves to the next certificate in the store. Returns false if there are no more certificates, and true otherwise.
 
void reset ()
 Resets the iterator back to the beginning of the store.
 
Win32CertificatePtr current ()
 Returns the current certificate.
 

Detailed Description

Iterates over the certificates in a Windows certificate store.


The documentation for this class was generated from the following files: