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
SymmetricKey Encrypted by a symmetric key.
Certificate Encrypted by a certificate.
Password Encrypted by a password.
AsymmetricKey Encrypted by an asymmetric key.
MasterKey Encrypted by a master key.

Comentarios

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