dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
439 stars 84 forks source link

Moved the CertificateStore services to their own library. #703

Closed dlemstra closed 2 weeks ago

dlemstra commented 2 weeks ago

This is a followup of the PR that moved the KeyVaultService and KeyVaultServiceProvider to their own library. This moves CertificateStoreService and CertificateStoreServiceProvider to their own library.

This PR also adds some unit tests for both classes.