SqlColumnEncryptionKeyStoreProvider.DecryptColumnEncryptionKey Méthode

Définition

Déchiffre la valeur chiffrée spécifiée d’une clé de chiffrement de colonne. La valeur chiffrée est censée être chiffrée à l’aide de la clé principale de colonne avec le chemin de clé spécifié et à l’aide de l’algorithme spécifié.

public:
 abstract cli::array <System::Byte> ^ DecryptColumnEncryptionKey(System::String ^ masterKeyPath, System::String ^ encryptionAlgorithm, cli::array <System::Byte> ^ encryptedColumnEncryptionKey);
public abstract byte[] DecryptColumnEncryptionKey (string masterKeyPath, string encryptionAlgorithm, byte[] encryptedColumnEncryptionKey);
abstract member DecryptColumnEncryptionKey : string * string * byte[] -> byte[]
Public MustOverride Function DecryptColumnEncryptionKey (masterKeyPath As String, encryptionAlgorithm As String, encryptedColumnEncryptionKey As Byte()) As Byte()

Paramètres

masterKeyPath
String

Chemin d’accès de la clé principale.

encryptionAlgorithm
String

Algorithme de chiffrement.

encryptedColumnEncryptionKey
Byte[]

Clé de chiffrement de colonne chiffrée.

Retours

Byte[]

retourne Byte ;
Clé de chiffrement de colonne déchiffrée.

S’applique à