v7

latestSwagger 2.0raw.githubusercontent.com2022-12-067889207.3 KB
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

alg'PS256' | 'PS384' | 'PS512' | 'RS256' | 'RS384' | 'RS512' | 'RSNULL' | 'ES256' | 'ES384' | 'ES512' | 'ES256K' required

The signing/verification algorithm identifier. For more information on possible algorithm types, see JsonWebKeySignatureAlgorithm.

valuestring base64url required

Response

The signature value.

kidstring

Key identifier

valuestring base64url