Перечисление AsymmetricKeySourceType
The AsymmetricKeySourceType enumeration contains values that are used to specify the source type used to load an asymmetric key.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Enumeration AsymmetricKeySourceType
'Применение
Dim instance As AsymmetricKeySourceType
public enum AsymmetricKeySourceType
public enum class AsymmetricKeySourceType
type AsymmetricKeySourceType
public enum AsymmetricKeySourceType
Элементы
Имя элемента | Описание | |
---|---|---|
File | Executable = 2 - Load the public key from an executable | |
Executable | File = 1 - Load the public key from a file | |
SqlAssembly | SqlAssembly = 3 - Load the public key from an SqlAssembly | |
Provider | Provider = 4 - Load the public key from the Cryptographic Provider |