v7

latestSwagger 2.0raw.githubusercontent.com2022-12-067889207.3 KB
Keys

Unwraps a symmetric key using the specified key that was initially used for wrapping that key.

The UNWRAP operation supports decryption of a symmetric key using the target key encryption key. This operation is the reverse of the WRAP operation. The UNWRAP operation applies to asymmetric and symmetric keys stored in Azure Key Vault since it uses the private portion of the key. This operation requires the keys/unwrapKey permission.

post/keys/{key-name}/{key-version}/unwrapkey

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'RSA-OAEP' | 'RSA-OAEP-256' | 'RSA1_5' required

algorithm identifier

valuestring base64url required

Response

The unwrapped symmetric key.

kidstring

Key identifier

valuestring base64url