Remote Call Framework 3.4
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. More...
 
bool moveNext ()
 Moves to the next certificate in the store. Returns false if there are no more certificates, and true otherwise. More...
 
void reset ()
 Resets the iterator back to the beginning of the store. More...
 
Win32CertificatePtr current ()
 Returns the current certificate. More...
 

Detailed Description

Iterates over the certificates in a Windows certificate store.

Constructor & Destructor Documentation

◆ StoreCertificateIterator()

RCF::StoreCertificateIterator::StoreCertificateIterator ( Win32CertificateLocation  certStoreLocation,
Win32CertificateStore  certStore 
)

Constructs a store iterator for the the given certificate location and store.

Member Function Documentation

◆ moveNext()

bool RCF::StoreCertificateIterator::moveNext ( )

Moves to the next certificate in the store. Returns false if there are no more certificates, and true otherwise.

◆ reset()

void RCF::StoreCertificateIterator::reset ( )

Resets the iterator back to the beginning of the store.

◆ current()

Win32CertificatePtr RCF::StoreCertificateIterator::current ( )

Returns the current certificate.


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