Creates and returns a collection of all the certificates contained in the certificate store.
A CertificateCollection object containing all the certificates in the certificate store.
The returned collection is not bound to the originating certificate store. For instance, when a certificate is removed from the returned collection, it will remain in the store. To remove a certificate from the store, use DeleteCertificate method.
The example is available in CertificateStore class documentation.
CertificateStore Class | MailBee.Security Namespace | FindCertificates