Freigeben über


AsymmetricKeySourceType Enumeration

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
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.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo Namespace