Sql90EncryptionMode Enumeration
Encryption mode 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 Sql90EncryptionMode
public enum Sql90EncryptionMode
public enum class Sql90EncryptionMode
type Sql90EncryptionMode
public enum Sql90EncryptionMode
Members
Member name | Description | |
---|---|---|
Unknown | Specifies that the encryption mode is unknown. | |
Disabled | Specifies that data sent over a connection is not encrypted. | |
Supported | Specifies that the data is encrypted only if the opposite endpoint specifies either SUPPORTED or REQUIRED. | |
Required | Specifies that connections to this endpoint must use encryption. Therefore, to connect to this endpoint, another endpoint must have ENCRYPTION set to either SUPPORTED or REQUIRED. |