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
Response
The unwrapped symmetric key.