Share via


SqlColumnEncryptionAzureKeyVaultProvider.DecryptColumnEncryptionKey メソッド

定義

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

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

パラメーター

masterKeyPath
String

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

encryptionAlgorithm
String

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

encryptedColumnEncryptionKey
Byte[]

暗号化列暗号化キー

戻り値

Byte[]

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

適用対象