Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the database encryption key algorithms.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration DatabaseEncryptionKeyAlgorithm
'Usage
Dim instance As DatabaseEncryptionKeyAlgorithm
public enum DatabaseEncryptionKeyAlgorithm
public enum class DatabaseEncryptionKeyAlgorithm
type DatabaseEncryptionKeyAlgorithm
public enum DatabaseEncryptionKeyAlgorithm
Members
Member name | Description | |
---|---|---|
Aes128 | The algorithm is Aes128. | |
Aes192 | The algorithm is Aes192. | |
Aes256 | The algorithm is Aes256. | |
None | The algorithm is None. | |
TripleDes3Key | The algorithm is TripleDes3Key. |