Skip to main content

MySqlConnectionParameters.SslMode Property

Specifies the security state of the connection to the server.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public MySqlSslMode SslMode { get; set; }

Property Value

Type Description
DevExpress.DataAccess.ConnectionParameters.MySqlSslMode

The security state of the connection to the server.

See Also