Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The KeyEncryptionType enumeration is a list of constant values that specify the key encryption type.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Enumeration KeyEncryptionType
'Uso
Dim instance As KeyEncryptionType
public enum KeyEncryptionType
public enum class KeyEncryptionType
type KeyEncryptionType
public enum KeyEncryptionType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Comentarios
The KeyEncryptionType class is served by the SymmetricKeyEncryption method.