ColumnEncryptionKeyValue Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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