Iterates over the certificates in a Windows certificate store. More...
Public Member Functions | |
virtual void | Dispose () |
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... | |
Win32Certificate | Current () |
Returns the current certificate. More... | |
Protected Attributes | |
bool | swigCMemOwn |
Iterates over the certificates in a Windows certificate store.
DeltaVSoft.RCFProto.StoreCertificateIterator.StoreCertificateIterator | ( | Win32CertificateLocation | certStoreLocation, |
Win32CertificateStore | certStore | ||
) |
Constructs a store iterator for the the given certificate location and store.
Win32Certificate DeltaVSoft.RCFProto.StoreCertificateIterator.Current | ( | ) |
Returns the current certificate.
|
virtual |
bool DeltaVSoft.RCFProto.StoreCertificateIterator.MoveNext | ( | ) |
Moves to the next certificate in the store. Returns false if there are no more certificates, and true otherwise.
void DeltaVSoft.RCFProto.StoreCertificateIterator.Reset | ( | ) |
Resets the iterator back to the beginning of the store.
|
protected |