SqlAsymmetricKeyAlgorithm Enumeration

Specifies a SQL asymmetric key algorithm.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration SqlAsymmetricKeyAlgorithm
'Usage
Dim instance As SqlAsymmetricKeyAlgorithm
public enum SqlAsymmetricKeyAlgorithm
public enum class SqlAsymmetricKeyAlgorithm
public enum SqlAsymmetricKeyAlgorithm
type SqlAsymmetricKeyAlgorithm

Members

Member name Description
Unknown Algorithm is Unknown
Rsa512 Algorithm is Rsa512
Rsa1024 Algorithm is Rsa1024
Rsa2048 Algorithm is Rsa2048

Remarks

See ISql90AsymmetricKey.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace