The cipher suite list. Syntax: property SSLCipherList: String; Description: SSLCipherList is a string property that represents the cipher suite list. Example of usage: MySQLDatabase1.SSLProperties.SSLCipherList := 'DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA'; |