DatabaseEncryptionAlgorithm Enum
Definition
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
public enum DatabaseEncryptionAlgorithm
type DatabaseEncryptionAlgorithm =
Public Enum DatabaseEncryptionAlgorithm
- Inheritance
-
DatabaseEncryptionAlgorithm
Fields
Aes128 | 0 | Aes128 Algorithm |
Aes192 | 1 | Aes192 Algorithm |
Aes256 | 2 | Aes256 Algorithm |
TripleDes | 3 | TripleDes Algorithm |