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.2.dll

Declaration

[DefaultValue(MySqlSslMode.Default)]
public MySqlSslMode SslMode { get; set; }

Property Value

Type Default Description
DevExpress.DataAccess.ConnectionParameters.MySqlSslMode Default

The security state of the connection to the server.

See Also