SqlColumnEncryptionAzureKeyVaultProvider.DecryptColumnEncryptionKey Method

Definition

public override byte[] DecryptColumnEncryptionKey (string masterKeyPath, string encryptionAlgorithm, byte[] encryptedColumnEncryptionKey);
abstract member DecryptColumnEncryptionKey : string * string * byte[] -> byte[]
override this.DecryptColumnEncryptionKey : string * string * byte[] -> byte[]
Public Overrides Function DecryptColumnEncryptionKey (masterKeyPath As String, encryptionAlgorithm As String, encryptedColumnEncryptionKey As Byte()) As Byte()

Parameters

masterKeyPath
String
encryptionAlgorithm
String
encryptedColumnEncryptionKey
Byte[]

Returns

Byte[]

Applies to