DatabaseEncryptionKeyAlgorithm 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.
Possible algorithms for database encryption key.
public enum DatabaseEncryptionKeyAlgorithm
type DatabaseEncryptionKeyAlgorithm =
Public Enum DatabaseEncryptionKeyAlgorithm
- Inheritance
-
DatabaseEncryptionKeyAlgorithm
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Aes128 | 1 | |
Aes192 | 2 | |
Aes256 | 3 | |
TripleDes3Key | 4 |