IKeyVaultDataServiceClient.UnwrapKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult UnwrapKey (string vaultName, string keyName, string keyVersion, byte[] value, string wrapAlgorithm);
abstract member UnwrapKey : string * string * string * byte[] * string -> Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult
Public Function UnwrapKey (vaultName As String, keyName As String, keyVersion As String, value As Byte(), wrapAlgorithm As String) As PSKeyOperationResult
Parameters
- vaultName
- String
- keyName
- String
- keyVersion
- String
- value
- Byte[]
- wrapAlgorithm
- String