Sdílet prostřednictvím


SqlColumnEncryptionAzureKeyVaultProvider.DecryptColumnEncryptionKey Metoda

Definice

Tato funkce používá asymetrický klíč určený cestou ke klíči a dešifruje šifrovaný klíč CEK pomocí šifrovacího algoritmu 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()

Parametry

masterKeyPath
String

Úplná cesta asymetrického klíče v Azure Key Vault

encryptionAlgorithm
String

Algoritmus šifrování asymetrického klíče

encryptedColumnEncryptionKey
Byte[]

Šifrovací klíč šifrovaného sloupce

Návraty

Byte[]

Šifrovací klíč sloupce s prostým textem

Platí pro