Compartir a través de


Enumeración SymmetricKeyEncryptionType

The SymmetricKeyEncryptionType enumeration contains constant values that specify the type of symmetric key encryption.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration SymmetricKeyEncryptionType
'Uso
Dim instance As SymmetricKeyEncryptionType
public enum SymmetricKeyEncryptionType
public enum class SymmetricKeyEncryptionType
type SymmetricKeyEncryptionType
public enum SymmetricKeyEncryptionType

Miembros

Nombre del miembro Descripción
AsymmetricKey Encrypted by an asymmetric key.
Certificate Encrypted by a certificate.
MasterKey Encrypted by a master key.
Password Encrypted by a password.
SymmetricKey Encrypted by a symmetric key.

Comentarios

The SymmetricKeyEncryptionType enumeration class is served by the SetEncryptionOptions(SymmetricKeyEncryptionType, String) method.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo