LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionStringBuilder.SslKey property

The path to the client’s SSL private key in PEM format. SslCert must also be specified, and CertificateFile should not be.

public string SslKey { get; set; }

See Also