Partager via


SqlColumnEncryptionAzureKeyVaultProvider.DecryptColumnEncryptionKey Méthode

Définition

Cette fonction utilise la clé asymétrique spécifiée par le chemin de la clé et déchiffre une clé CEK chiffrée avec l’algorithme de chiffrement RSA.

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

Paramètres

masterKeyPath
String

Chemin d’accès complet d’une clé asymétrique dans Azure Key Vault

encryptionAlgorithm
String

Algorithme de chiffrement à clé asymétrique

encryptedColumnEncryptionKey
Byte[]

Clé de chiffrement de colonne chiffrée

Retours

Byte[]

Clé de chiffrement de colonne de texte brut

S’applique à