EPUB | CHM | PDF

TMySQLDatabase.Properties.IsSSLUsed

Top Previous Next

note Since v2.7.1

Read this property value to ensure that SSL encryption is used for connection to MySQL server. This property is read-only.

Syntax:

property IsSSLUsed: boolean;

Description:

DAC for MySQL supports SSL encryption for connections to MySQL. But there are several conditions for SSL encryption could be used: MySQL server settings, client SSL-libraries availability, proper certificate and key files. IsSSLUsed property is used to ensure that SSL encryption is really used after connection is established.

note See SSLCert and SSLKey properties descriptions for details.

See also: SSLCert, SSLKey, ConnectOptions properties