다음을 통해 공유


SqlColumnEncryptionAzureKeyVaultProvider.EncryptColumnEncryptionKey 메서드

정의

이 함수는 키 경로에 지정된 비대칭 키를 사용하고 RSA 암호화 알고리즘을 사용하여 CEK를 암호화합니다.

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

매개 변수

masterKeyPath
String

Azure Key Vault 비대칭 키의 전체 경로

encryptionAlgorithm
String

비대칭 키 암호화 알고리즘

columnEncryptionKey
Byte[]

일반 텍스트 열 암호화 키입니다.

반환

Byte[]

암호화된 열 암호화 키

적용 대상