共用方式為


AsymmetricKeyEncryptionAlgorithm Enumeration

The AsymmetricKeyEncryptionAlgorithm enumeration contains values that are used to specify an encryption algorithm used on an asymmetric key.

命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

語法

'宣告
Public Enumeration AsymmetricKeyEncryptionAlgorithm
public enum AsymmetricKeyEncryptionAlgorithm
public enum class AsymmetricKeyEncryptionAlgorithm
public enum AsymmetricKeyEncryptionAlgorithm
public enum AsymmetricKeyEncryptionAlgorithm

Members

Member name Description
Rsa1024 Value = 1. 1024-bit RSA encryption algorithm.
Rsa2048 Value = 2. 2048-bit RSA encryption algorithm.
Rsa512 Value = 0. 512-bit RSA encryption algorithm.

備註

The AsymmetricKeyEncryptionAlgorithm enumeration class is served by the KeyEncryptionAlgorithm property.

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Management.Smo Namespace