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