SqlColumnEncryptionKeyStoreProvider.DecryptColumnEncryptionKey Metódus

Definíció

Egy oszloptitkosítási kulcs megadott titkosított értékének visszafejtése. A titkosított érték várhatóan az oszlop főkulcsával és a megadott algoritmussal lesz titkosítva.

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éterek

masterKeyPath
String

A főkulcs elérési útja.

encryptionAlgorithm
String

A titkosítási algoritmus.

encryptedColumnEncryptionKey
Byte[]

A titkosított oszloptitkosítási kulcs.

Válaszok

Byte[]

Visszatér Byte. A visszafejtött oszloptitkosítási kulcs.

A következőre érvényes: