Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Enumeration DatabaseEncryptionAlgorithm
'Usage
Dim instance As DatabaseEncryptionAlgorithm
public enum DatabaseEncryptionAlgorithm
public enum class DatabaseEncryptionAlgorithm
type 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 |