ColumnEncryptionKeyValue 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
參數化建構器 - 從參數值填充屬性。
public ColumnEncryptionKeyValue(Microsoft.SqlServer.Management.Smo.ColumnEncryptionKey parent, Microsoft.SqlServer.Management.Smo.ColumnMasterKey cmk, string encryptionAlgorithm, byte[] encryptedValue);
new Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue : Microsoft.SqlServer.Management.Smo.ColumnEncryptionKey * Microsoft.SqlServer.Management.Smo.ColumnMasterKey * string * byte[] -> Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue
Public Sub New (parent As ColumnEncryptionKey, cmk As ColumnMasterKey, encryptionAlgorithm As String, encryptedValue As Byte())
參數
- parent
- ColumnEncryptionKey
父欄位加密金鑰
- cmk
- ColumnMasterKey
欄位主鍵物件
- encryptionAlgorithm
- String
加密演算法
- encryptedValue
- Byte[]
加密的 CEK 值以位元組陣列形式呈現