KeyEncryptionType 枚举

The KeyEncryptionType enumeration is a list of constant values that specify the key encryption type.

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

语法

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

成员

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

注释

The KeyEncryptionType class is served by the SymmetricKeyEncryption method.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间