LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionStringBuilder.TlsCipherSuites property

The TLS cipher suites which may be used during TLS negotiation. The default value (the empty string) allows the OS to determine the TLS cipher suites to use; this is the recommended setting.

public string TlsCipherSuites { get; set; }

See Also