LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionStringBuilder.SslCa property

The path to a CA certificate file in a PEM Encoded (.pem) format. This should be used with a value for the SslMode property of VerifyCA or VerifyFull to enable verification of a CA certificate that is not trusted by the operating system’s certificate store.

public string SslCa { get; set; }

See Also