SymmetricKeyEncryptionType 열거형

The SymmetricKeyEncryptionType enumeration contains constant values that specify the type of symmetric key encryption.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public Enumeration SymmetricKeyEncryptionType
‘사용 방법
Dim instance As SymmetricKeyEncryptionType
public enum SymmetricKeyEncryptionType
public enum class SymmetricKeyEncryptionType
type SymmetricKeyEncryptionType
public enum SymmetricKeyEncryptionType

멤버

멤버 이름 설명
AsymmetricKey Encrypted by an asymmetric key.
Certificate Encrypted by a certificate.
MasterKey Encrypted by a master key.
Password Encrypted by a password.
SymmetricKey Encrypted by a symmetric key.

주의

The SymmetricKeyEncryptionType enumeration class is served by the SetEncryptionOptions(SymmetricKeyEncryptionType, String) method.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스