DatabaseEncryptionKeyAlgorithm Enumeration
Specifies the database encryption key algorithms.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| 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. |
Show: