protected virtual X509Certificate2Collection getCollection(CertificateStore store)
 {
     return store.GetCertificates();
 }