ColumnEncryptionKeyValue Constructor

Definition

Parameterized constructor - populates properties from parameter values.

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())

Parameters

parent
ColumnEncryptionKey

Parent Column Encryption Key

cmk
ColumnMasterKey

Column Master Key object

encryptionAlgorithm
String

Encryption Algorithm

encryptedValue
Byte[]

Encrypted CEK value as a byte array

Applies to