다음을 통해 공유


SymmetricKeyEncryptionType 열거형

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

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

구문

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

멤버

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

주의

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