How to Sign and Verify a File with a Certificate in Azure Key Vault In C#
I am attempting to write a tool to sign and verify files with a certificate in Azure Key Vault. Previously, our tool kicked off SignTool.exe as a process. I’d like the new tool to work properly in code.