Returns a collection of CryptoCert objects
residing in this store. Individual
certificates can be referenced within this collection using an integer index
(from 1 to Store.Certificates.Count) or a certificate's serial number.
Usage:
For Each Cert in Store.Certificates
' do something with Cert
Next
or
Set Cert = Store.Certificates("0380 4327 9000 70BF 11D3 58DC DD21 C55D")
Related Section: 4.2 Working with Certificate Stores.