KeyEncryptionType Enumeration
The KeyEncryptionType enumeration is a list of constant values that specify the key encryption type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Enumeration KeyEncryptionType
'Kullanım
Dim instance As KeyEncryptionType
public enum KeyEncryptionType
public enum class KeyEncryptionType
type KeyEncryptionType
public enum KeyEncryptionType
Members
Member name | Description | |
---|---|---|
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. |
Remarks
The KeyEncryptionType class is served by the SymmetricKeyEncryption method.