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
public enum KeyEncryptionType
public enum class KeyEncryptionType
public enum KeyEncryptionType
public enum KeyEncryptionType
Members
Member name | Description |
---|---|
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 | |
SymmetricKey | Encryption is set by using a symmetric key. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.