SqlColumnEncryptionKeyStoreProvider.DecryptColumnEncryptionKey 메서드

정의

열 암호화 키의 지정된 암호화된 값의 암호를 해독합니다. 지정된 키 경로를 포함한 열 마스터 키와 지정된 알고리즘을 사용하여 암호화된 값을 암호화해야 합니다.

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

매개 변수

masterKeyPath
String

마스터 키 경로입니다.

encryptionAlgorithm
String

암호화 알고리즘입니다.

encryptedColumnEncryptionKey
Byte[]

암호화된 열 암호화 키입니다.

반환

Byte[]

Byte를 반환합니다.
암호 해독된 열 암호화 키입니다.

적용 대상