SqlColumnEncryptionAzureKeyVaultProvider.EncryptColumnEncryptionKey Method

Definition

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

Parameters

masterKeyPath
String
encryptionAlgorithm
String
columnEncryptionKey
Byte[]

Returns

Byte[]

Applies to