Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
The KeyEncryptionType enumeration is a list of constant values that specify the key encryption type.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Enumeration KeyEncryptionType
'Применение
Dim instance As KeyEncryptionType
public enum KeyEncryptionType
public enum class KeyEncryptionType
type KeyEncryptionType
public enum KeyEncryptionType
Элементы
| Имя элемента | Описание | |
|---|---|---|
| AsymmetricKey | Encryption is set by using an asymmetric key. | |
| Certificate | Encryption is set by using a certificate. | |
| Password | Encryption is set by using a password. | |
| Provider | Encryption is set by the encryption provider. | |
| SymmetricKey | Encryption is set by using a symmetric key. |
Замечания
The KeyEncryptionType class is served by the SymmetricKeyEncryption method.