Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
The AsymmetricKeySourceType enumeration contains values that are used to specify the source type used to load an asymmetric key.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Enumeration AsymmetricKeySourceType
'Uso
Dim instance As AsymmetricKeySourceType
public enum AsymmetricKeySourceType
public enum class AsymmetricKeySourceType
type AsymmetricKeySourceType
public enum AsymmetricKeySourceType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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 |