Cloud Keys 2020 JavaScript Edition

Questions / Feedback?

UnwrapKey Method

Unwraps a symmetric key.

Syntax

async azurekeys.unwrapKey(keyName : string, algorithm : string): Promise<void>

Remarks

This method unwraps (i.e., decrypts) a symmetric key using the key specified by KeyName and the given Algorithm.

This method functions exactly the same way as the Decrypt method, except that it requires the keys/unwrapKey permission instead of the keys/decrypt permission. Refer to the Decrypt method's documentation for more information.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 JavaScript Edition - Version 20.0 [Build 8262]