SqlColumnEncryptionAzureKeyVaultProvider.EncryptColumnEncryptionKey メソッド

定義

この関数は、キー パスで指定された非対称キーを使用し、RSA 暗号化アルゴリズムを使用して CEK を暗号化します。

public:
 override cli::array <System::Byte> ^ EncryptColumnEncryptionKey(System::String ^ masterKeyPath, System::String ^ encryptionAlgorithm, cli::array <System::Byte> ^ columnEncryptionKey);
public override byte[] EncryptColumnEncryptionKey (string masterKeyPath, string encryptionAlgorithm, byte[] columnEncryptionKey);
override this.EncryptColumnEncryptionKey : string * string * byte[] -> byte[]
Public Overrides Function EncryptColumnEncryptionKey (masterKeyPath As String, encryptionAlgorithm As String, columnEncryptionKey As Byte()) As Byte()

パラメーター

masterKeyPath
String

Azure Key Vault の非対称キーの完全なパス

encryptionAlgorithm
String

非対称キーの暗号化アルゴリズム

columnEncryptionKey
Byte[]

プレーンテキスト列暗号化キー。

戻り値

Byte[]

暗号化された列暗号化キー

適用対象