SymmetricKeyEncryptionType 枚举

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration SymmetricKeyEncryptionType
用法
Dim instance As SymmetricKeyEncryptionType
public enum SymmetricKeyEncryptionType
public enum class SymmetricKeyEncryptionType
type SymmetricKeyEncryptionType
public enum SymmetricKeyEncryptionType

成员

成员名称 说明
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.

注释

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