IKeyVaultDataServiceClient.WrapKey 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 WrapKey (string vaultName, string keyName, string keyVersion, byte[] wrapKey, string wrapAlgorithm);
abstract member WrapKey : string * string * string * byte[] * string -> Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult
Public Function WrapKey (vaultName As String, keyName As String, keyVersion As String, wrapKey As Byte(), wrapAlgorithm As String) As PSKeyOperationResult
Parameters
- vaultName
- String
- keyName
- String
- keyVersion
- String
- wrapKey
- Byte[]
- wrapAlgorithm
- String