ConnectionPropertiesPage.Encrypt Property
Specifies whether all communication between the server and the client is encrypted.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
DefaultBoolean | A DefaultBoolean enumeration value that specifies whether communication between the server and the client is encrypted. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
This property corresponds to the “Encrypt” key within the connection string. When you set the Encrypt property to True
, TLS encryption is required for all data sent between the client and server.
If the property value is Default
, the connection uses the option set by the provider (Microsoft.Data.SqlClient
or System.Data.SqlClient
).