DatabaseEncryptionAlgorithm Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the algorithm used to encrypt the database encryption key
C#
public enum DatabaseEncryptionAlgorithm
type DatabaseEncryptionAlgorithm =
Public Enum DatabaseEncryptionAlgorithm
- Inheritance
-
DatabaseEncryptionAlgorithm
Name | Value | Description |
---|---|---|
Aes128 | 0 | Aes128 Algorithm |
Aes192 | 1 | Aes192 Algorithm |
Aes256 | 2 | Aes256 Algorithm |
TripleDes | 3 | TripleDes Algorithm |
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |