Partager via


Énumération KeyEncryptionType

The KeyEncryptionType enumeration is a list of constant values that specify the key encryption type.

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

Syntaxe

'Déclaration
Public Enumeration KeyEncryptionType
'Utilisation
Dim instance As KeyEncryptionType
public enum KeyEncryptionType
public enum class KeyEncryptionType
type KeyEncryptionType
public enum KeyEncryptionType

Membres

Nom de membre Description
AsymmetricKey Encryption is set by using an asymmetric key.
Certificate Encryption is set by using a certificate.
Password Encryption is set by using a password.
Provider Encryption is set by the encryption provider.
SymmetricKey Encryption is set by using a symmetric key.

Notes

The KeyEncryptionType class is served by the SymmetricKeyEncryption method.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo