次の方法で共有


SqlColumnEncryptionAzureKeyVaultProvider.DecryptColumnEncryptionKey メソッド

定義

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

パラメーター

masterKeyPath
String
encryptionAlgorithm
String
encryptedColumnEncryptionKey
Byte[]

戻り値

Byte[]

適用対象