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 |