I\'m having a problem when I use the method X509Store.Certificates.Find
X509Store.Certificates.Find
public static X509Certificate2 FromStore(StoreName storeName,
var results = store.Certificates.Find(findType, findType, true);
I think you mean the 2nd param to be "findValue".