SqlColumnEncryptionCspProvider.DecryptColumnEncryptionKey Metoda

Definice

Dešifruje danou šifrovanou hodnotu pomocí asymetrického klíče určeného cestou ke klíči a algoritmem. Cesta ke klíči bude ve formátu [ProviderName]/KeyIdentifier a měla by to být asymetrický klíč uložený v zadaném poskytovateli CSP. Platný algoritmus použitý k šifrování/dešifrování CEK je "RSA_OAEP".

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

Cesta k hlavnímu klíči.

encryptionAlgorithm
String

Šifrovací algoritmus.

encryptedColumnEncryptionKey
Byte[]

Šifrovaný šifrovací klíč sloupce.

Návraty

Byte[]

Dešifrovaný šifrovací klíč sloupce.

Platí pro