Package deltavsoft :: Module rcfproto :: Class StoreCertificateIterator
[frames] | no frames]

Class StoreCertificateIterator

source code

_object --+
          |
         StoreCertificateIterator

Iterates over the certificates in a Windows certificate store.

Instance Methods
 
__init__(self, *args)
Constructs a store iterator for the the given certificate location and store.
source code
 
MoveNext(self)
Moves to the next certificate in the store.
source code
 
Reset(self)
Resets the iterator back to the beginning of the store.
source code
 
Current(self)
Returns the current certificate.
source code
Method Details

MoveNext(self)

source code 

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