DatabaseEncryptionAlgorithm Enumeration
Specifies the algorithm used to encrypt the database encryption key
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Deklaracja
Public Enumeration DatabaseEncryptionAlgorithm
public enum DatabaseEncryptionAlgorithm
public enum class DatabaseEncryptionAlgorithm
public enum DatabaseEncryptionAlgorithm
public enum DatabaseEncryptionAlgorithm
Members
| Member name | Description |
|---|---|
| Aes128 | Key Length of 128 |
| Aes192 | Key Length of 192 |
| Aes256 | Key Length of 256 |
| TripleDes | Key Length of 192 |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.