Keys
Creates a signature from a digest using the specified key.
The SIGN operation is applicable to asymmetric and symmetric keys stored in Azure Key Vault since this operation uses the private portion of the key. This operation requires the keys/sign permission.
post/keys/{key-name}/{key-version}/sign
Path parameters
key-namestring required
The name of the key.
key-versionstring required
The version of the key.
Query parameters
api-versionstring required
Client API version.
Request body
Response
The signature value.