Udostępnij przez


SqlColumnEncryptionKeyStoreProvider.EncryptColumnEncryptionKey Metoda

Definicja

Szyfruje klucz szyfrowania kolumny przy użyciu klucza głównego kolumny z określoną ścieżką klucza i przy użyciu określonego algorytmu.

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

Parametry

masterKeyPath
String

Ścieżka klucza głównego.

encryptionAlgorithm
String

Algorytm szyfrowania.

columnEncryptionKey
Byte[]

Zaszyfrowany klucz szyfrowania kolumny.

Zwraca

Byte[]

Zwraca wartość Byte.
Zaszyfrowany klucz szyfrowania kolumny.

Dotyczy