SqlColumnEncryptionKeyStoreProvider.DecryptColumnEncryptionKey Metoda

Definice

Dešifruje zadanou šifrovanou hodnotu šifrovacího klíče sloupce. Očekává se, že šifrovaná hodnota bude zašifrovaná pomocí hlavního klíče sloupce se zadanou cestou ke klíči a pomocí zadaného algoritmu.

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

Parametry

masterKeyPath
String

Cesta k hlavnímu klíči.

encryptionAlgorithm
String

Šifrovací algoritmus.

encryptedColumnEncryptionKey
Byte[]

Šifrovaný šifrovací klíč sloupce.

Návraty

Byte[]

Vrací objekt Byte.
Dešifrovaný šifrovací klíč sloupce.

Platí pro