Skip to content

Find an ECDSA or RSA certificate from the store.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
License.txt
Notifications You must be signed in to change notification settings

dina-heidar/x509-certificate-finder

Repository files navigation

Build License: MIT Release

X509 Certificate Finder

Find an ECDSA or RSA certificate from the certificate store.

Install

dotnet add package X509StoreFinder

Usage

X509Certificate2 cert = X509.LocalMachine.My.FindByThumbprint
    .Find("2ace2bec462efa2f84eb97bdf260adb0ad925519",
     validOnly: true, hasPrivateKey: true, isEcdsa: false);

About

Find an ECDSA or RSA certificate from the store.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
License.txt

Stars

Watchers

Forks

Packages