It is annoying how often I write code directly against X509Store. Maybe this will end this once and for all:
var cert = X509.CurrentUser.My.Thumbprint.Find(“abc”).First();
source code here.
It is annoying how often I write code directly against X509Store. Maybe this will end this once and for all:
var cert = X509.CurrentUser.My.Thumbprint.Find(“abc”).First();
source code here.
404 on the code link
Got a nuget package for this published?
Yes.
http://nuget.org/packages/Thinktecture.IdentityModel/