Condividi tramite


AsymmetricKeySourceType Enumeration

The AsymmetricKeySourceType enumeration contains values that are used to specify the source type used to load an asymmetric key.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public Enumeration AsymmetricKeySourceType
public enum AsymmetricKeySourceType
public enum class AsymmetricKeySourceType
public enum AsymmetricKeySourceType
public enum AsymmetricKeySourceType

Members

Member name Description
Executable Value = 2. Load the asymmetric key from an executable.
File Value = 1. Load the asymmetric key from file.
SqlAssembly Value = 3. Load the asymmetric key from the specified assembly.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Management.Smo Namespace