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

成员

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

注释

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

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间