ColumnEncryptionKeyValue 建構函式

定義

參數化建構器 - 從參數值填充屬性。

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 值以位元組陣列形式呈現

適用於