SqlColumnEncryptionAzureKeyVaultProvider.DecryptColumnEncryptionKey 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 함수는 키 경로에 지정된 비대칭 키를 사용하고 RSA 암호화 알고리즘을 사용하여 암호화된 CEK의 암호를 해독합니다.
public:
override cli::array <System::Byte> ^ DecryptColumnEncryptionKey(System::String ^ masterKeyPath, System::String ^ encryptionAlgorithm, cli::array <System::Byte> ^ encryptedColumnEncryptionKey);
public override byte[] DecryptColumnEncryptionKey (string masterKeyPath, string encryptionAlgorithm, byte[] encryptedColumnEncryptionKey);
override this.DecryptColumnEncryptionKey : string * string * byte[] -> byte[]
Public Overrides Function DecryptColumnEncryptionKey (masterKeyPath As String, encryptionAlgorithm As String, encryptedColumnEncryptionKey As Byte()) As Byte()
매개 변수
- masterKeyPath
- String
Azure Key Vault 비대칭 키의 전체 경로
- encryptionAlgorithm
- String
비대칭 키 암호화 알고리즘
- encryptedColumnEncryptionKey
- Byte[]
암호화된 열 암호화 키
반환
Byte[]
일반 텍스트 열 암호화 키