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 네임스페이스