SqlColumnEncryptionKeyStoreProvider.EncryptColumnEncryptionKey メソッド

定義

指定されたキーのパスを持つ列マスター キーと指定されたアルゴリズムを使用して列暗号化キーを暗号化します。

public:
 abstract cli::array <System::Byte> ^ EncryptColumnEncryptionKey(System::String ^ masterKeyPath, System::String ^ encryptionAlgorithm, cli::array <System::Byte> ^ columnEncryptionKey);
public abstract byte[] EncryptColumnEncryptionKey (string masterKeyPath, string encryptionAlgorithm, byte[] columnEncryptionKey);
abstract member EncryptColumnEncryptionKey : string * string * byte[] -> byte[]
Public MustOverride Function EncryptColumnEncryptionKey (masterKeyPath As String, encryptionAlgorithm As String, columnEncryptionKey As Byte()) As Byte()

パラメーター

masterKeyPath
String

マスター キーのパス。

encryptionAlgorithm
String

暗号化アルゴリズム。

columnEncryptionKey
Byte[]

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

戻り値

Byte[]

Byte を返します。 暗号化された列暗号化キー。

適用対象