“Fluent” API for the X.509 Certificate Store

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.

This entry was posted in .NET Security and tagged . Bookmark the permalink.

2 Responses to “Fluent” API for the X.509 Certificate Store

  1. Jimmy Zimms says:

    404 on the code link
    Got a nuget package for this published?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s