Partager via


Méthode SymmetricKey.AddKeyEncryption (array<SymmetricKeyEncryption )

Adds key encryption to the symmetric key.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub AddKeyEncryption ( _
    keyEncryptions As SymmetricKeyEncryption() _
)
'Utilisation
Dim instance As SymmetricKey 
Dim keyEncryptions As SymmetricKeyEncryption()

instance.AddKeyEncryption(keyEncryptions)
public void AddKeyEncryption(
    SymmetricKeyEncryption[] keyEncryptions
)
public:
void AddKeyEncryption(
    array<SymmetricKeyEncryption^>^ keyEncryptions
)
member AddKeyEncryption : 
        keyEncryptions:SymmetricKeyEncryption[] -> unit
public function AddKeyEncryption(
    keyEncryptions : SymmetricKeyEncryption[]
)

Paramètres

Notes

The SymmetricKeyEncryption object parameter defines a key encryption type and a name or password associated with it.

Exemples

Utilisation du chiffrement

Voir aussi

Référence

SymmetricKey Classe

Surcharge AddKeyEncryption

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Hiérarchie de chiffrement

CREATE SYMMETRIC KEY (Transact-SQL)