Langage

ColumnEncryptionKeyValue Constructeur

Définition

Constructeur paramétré : remplit les propriétés à partir des valeurs de paramètre.

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

Paramètres

parent
ColumnEncryptionKey

Clé de chiffrement de colonne parente

cmk
ColumnMasterKey

Column Master Key (objet)

encryptionAlgorithm
String

Algorithme de chiffrement

encryptedValue
Byte[]

Valeur CEK chiffrée en tant que tableau d’octets

S’applique à