SqlAsymmetricKeyAlgorithm Enumeration
Algorithm for an asymmetric key.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlAsymmetricKeyAlgorithm
public enum SqlAsymmetricKeyAlgorithm
public enum class SqlAsymmetricKeyAlgorithm
type SqlAsymmetricKeyAlgorithm
public enum SqlAsymmetricKeyAlgorithm
Members
Member name | Description | |
---|---|---|
Unknown | Specifies that the asymmetric key algorithm is unknown. | |
Rsa512 | Specifies that a 512-bit key will be used. | |
Rsa1024 | Specifies that a 1,024-bit key should be used. | |
Rsa2048 | Specifies that a 2,048-bit key should be used. |