Sql90ServiceBrokerEncryptionAlgorithm Enumeration

Possible encryption algorithm options for service broker endpoints.

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

Syntax

'Declaration
Public Enumeration Sql90ServiceBrokerEncryptionAlgorithm
public enum Sql90ServiceBrokerEncryptionAlgorithm
public enum class Sql90ServiceBrokerEncryptionAlgorithm
type Sql90ServiceBrokerEncryptionAlgorithm
public enum Sql90ServiceBrokerEncryptionAlgorithm

Members

Member name Description
Unknown Specifies that the server broken encryption algorithm is unknown.
Aes Specifies that the endpoint must use the Advanced Encryption Standard (AES) algorithm.
RC4 Specifies that the endpoint must use the RC4 algorithm. This is the default.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace