LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionStringBuilder.SslCert property

The path to the client’s SSL certificate file in PEM format. SslKey must also be specified, and CertificateFile should not be.

public string SslCert { get; set; }

See Also