Data signing with Azure KeyVault and SHA1 hashing algorithm
问题 I’m storing my private key in the Azure KeyVault using the command. Add-AzureKeyVaultKey -VaultName vault-name -Name myprivatekey –KeyFilePath cert.pfx -KeyFilePassword $securepfxpwd I have set up a KeyVault client application as it is described here: http://www.rahulpnath.com/blog/authenticating-a-client-application-with-azure-key-vault/ Then I’m using Microsoft.Azure.KeyVault (0.9.1 – prerelease version) package to access it from my C# code. I can get the key and sign data using the key. It