SqlColumnEncryptionKeyStoreProvider.EncryptColumnEncryptionKey Méthode

Définition

Chiffre une clé de chiffrement de colonne à l’aide de la clé principale de colonne avec le chemin de clé spécifié et l’algorithme spécifié.

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

Paramètres

masterKeyPath
String

Chemin de la clé principale.

encryptionAlgorithm
String

Algorithme de chiffrement.

columnEncryptionKey
Byte[]

Clé de chiffrement de colonne chiffrée.

Retours

Byte[]

Retourne Byte. Clé de chiffrement de colonne chiffrée.

S’applique à