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
成員
成員名稱 | 說明 | |
---|---|---|
Executable | File = 1 - Load the public key from a file | |
File | Executable = 2 - Load the public key from an executable | |
Provider | Provider = 4 - Load the public key from the Cryptographic Provider | |
SqlAssembly | SqlAssembly = 3 - Load the public key from an SqlAssembly |