IKeyVaultClient.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.
Overloads
Decrypt(String, String, Byte[]) | |
Decrypt(String, String, String, Byte[]) |
Decrypt(String, String, Byte[])
public:
cli::array <System::Byte> ^ Decrypt(System::String ^ keyIdentifier, System::String ^ algorithm, cli::array <System::Byte> ^ encryptedData);
public byte[] Decrypt (string keyIdentifier, string algorithm, byte[] encryptedData);
abstract member Decrypt : string * string * byte[] -> byte[]
Public Function Decrypt (keyIdentifier As String, algorithm As String, encryptedData As Byte()) As Byte()
Parameters
- keyIdentifier
- String
- algorithm
- String
- encryptedData
- Byte[]
Returns
Byte[]
Applies to
Decrypt(String, String, String, Byte[])
public:
cli::array <System::Byte> ^ Decrypt(System::String ^ keyName, System::String ^ keyVersion, System::String ^ algorithm, cli::array <System::Byte> ^ encryptedData);
public byte[] Decrypt (string keyName, string keyVersion, string algorithm, byte[] encryptedData);
abstract member Decrypt : string * string * string * byte[] -> byte[]
Public Function Decrypt (keyName As String, keyVersion As String, algorithm As String, encryptedData As Byte()) As Byte()
Parameters
- keyName
- String
- keyVersion
- String
- algorithm
- String
- encryptedData
- Byte[]
Returns
Byte[]