다음을 통해 공유


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.