ColumnEncryptionKeyValue Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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