ColumnEncryptionKeyValue Constructor

Definition

Parameterized constructor - populates properties from parameter values.

C#
public ColumnEncryptionKeyValue(Microsoft.SqlServer.Management.Smo.ColumnEncryptionKey parent, Microsoft.SqlServer.Management.Smo.ColumnMasterKey cmk, string encryptionAlgorithm, byte[] encryptedValue);

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

Producto Versiones
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0