Create RSA-SHA1 signature

后端 未结 2 1759
粉色の甜心
粉色の甜心 2021-01-06 09:52

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

2条回答
  •  被撕碎了的回忆
    2021-01-06 10:40

    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.

提交回复
热议问题