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. | |
Iterates over the certificates in a Windows certificate store.