KeyEncryptionType 열거형
The KeyEncryptionType enumeration is a list of constant values that specify the key encryption type.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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 |