次の方法で共有


SqlColumnEncryptionAzureKeyVaultProvider.EncryptColumnEncryptionKey メソッド

定義

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()

パラメーター

masterKeyPath
String
encryptionAlgorithm
String
columnEncryptionKey
Byte[]

戻り値

Byte[]

適用対象