Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The AsymmetricKeySourceType enumeration contains values that are used to specify the source type used to load an asymmetric key.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Enumeration AsymmetricKeySourceType
'Usage
Dim instance As AsymmetricKeySourceType
public enum AsymmetricKeySourceType
public enum class AsymmetricKeySourceType
type AsymmetricKeySourceType
public enum AsymmetricKeySourceType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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 |