Перечисление DatabaseEncryptionAlgorithm
Specifies the algorithm used to encrypt the database encryption key
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Enumeration DatabaseEncryptionAlgorithm
'Применение
Dim instance As DatabaseEncryptionAlgorithm
public enum DatabaseEncryptionAlgorithm
public enum class DatabaseEncryptionAlgorithm
type DatabaseEncryptionAlgorithm
public enum DatabaseEncryptionAlgorithm
Элементы
Имя элемента | Описание | |
---|---|---|
Aes128 | Key Length of 128 | |
Aes192 | Key Length of 192 | |
Aes256 | Key Length of 256 | |
TripleDes | Key Length of 192 |