SqlColumnEncryptionCertificateStoreProvider.EncryptColumnEncryptionKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用憑證和指定的金鑰路徑並使用指定的演算法加密資料行加密金鑰。 金鑰路徑的格式應為「本地機器/我的/<certificate_thumbprint>」或「目前使用者/我的/<certificate_thumbprint>」。
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
主鑰匙路徑。
- encryptionAlgorithm
- String
加密演算法。 目前唯一有效的值為: RSA_OAEP。
- columnEncryptionKey
- Byte[]
加密欄位加密金鑰。
傳回
Byte[]
傳回 Byte。 加密欄位加密金鑰。