vcsjones / OpenOpcSignTool

An open-source implementation of VsixSignTool.
MIT License
37 stars 24 forks source link

Remove Azure responsibility from Core. #55

Closed vcsjones closed 6 years ago

vcsjones commented 6 years ago

Since RSAKeyVault nuget package exists, this aims to remove the Azure functionality of the Core library and keep it simple with simple private keys, not caring about what implementation of the private key is used.

vcsjones commented 6 years ago

This will need considerable manual testing first before it can be merged.