Sdílet prostřednictvím


SqlColumnEncryptionAzureKeyVaultProvider.EncryptColumnEncryptionKey Metoda

Definice

Tato funkce používá asymetrický klíč určený cestou ke klíči a šifruje klíč CEK pomocí šifrovacího algoritmu RSA.

public:
 override cli::array <System::Byte> ^ EncryptColumnEncryptionKey(System::String ^ masterKeyPath, System::String ^ encryptionAlgorithm, cli::array <System::Byte> ^ columnEncryptionKey);
public override byte[] EncryptColumnEncryptionKey (string masterKeyPath, string encryptionAlgorithm, byte[] columnEncryptionKey);
override this.EncryptColumnEncryptionKey : string * string * byte[] -> byte[]
Public Overrides Function EncryptColumnEncryptionKey (masterKeyPath As String, encryptionAlgorithm As String, columnEncryptionKey As Byte()) As Byte()

Parametry

masterKeyPath
String

Úplná cesta asymetrického klíče v Azure Key Vault

encryptionAlgorithm
String

Algoritmus šifrování asymetrického klíče

columnEncryptionKey
Byte[]

Šifrovací klíč sloupce ve formátu prostého textu.

Návraty

Byte[]

Šifrovaný šifrovací klíč sloupce

Platí pro