Is it possible to create a RSA-SHA1 signature with a X509-certificate stored in Azure Key Vault? [non-repudiation certificate]
Unfortunately, I can\'t change the has
November 2020 Update:
Here is a link to the sample describing how to do this using the latest Azure SDK client library:
How to encrypt and decrypt a single block of plain text with an RSA key
Note that it also describes use of the DefaultAzureCredential for authentication, which is much simpler to use than the previous callback pattern.
There is also a migration guide comparing how this would be done with the older client here.