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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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 |