Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |