SqlColumnEncryptionAzureKeyVaultProvider.EncryptColumnEncryptionKey Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette fonction utilise la clé asymétrique spécifiée par le chemin de la clé et chiffre la clé CEK avec l’algorithme de chiffrement RSA.
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()
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
- columnEncryptionKey
- Byte[]
Clé de chiffrement de colonne en texte clair.
Retours
Clé de chiffrement de colonne chiffrée