Share via


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

成員

成員名稱 說明
SymmetricKey Encryption is set by using a symmetric key.
Certificate Encryption is set by using a certificate.
Password Encryption is set by using a password.
AsymmetricKey Encryption is set by using an asymmetric key.
Provider Encryption is set by the encryption provider.

備註

The KeyEncryptionType class is served by the SymmetricKeyEncryption method.