SqlColumnEncryptionKeyStoreProvider.EncryptColumnEncryptionKey Metódus

Definíció

Az oszloptitkosítási kulcs titkosítása az oszlop főkulcsával a megadott kulcs elérési útjával és a megadott algoritmus használatával.

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

Paraméterek

masterKeyPath
String

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

encryptionAlgorithm
String

A titkosítási algoritmus.

columnEncryptionKey
Byte[]

A titkosított oszloptitkosítási kulcs.

Válaszok

Byte[]

Visszatér Byte. A titkosított oszloptitkosítási kulcs.

A következőre érvényes: