dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / SslCert Property

In This Topic
    SslCert Property
    In This Topic
    Gets or sets location of client certificate.
    Syntax
    'Declaration
     
    Public Property SslCert As String
    public string SslCert {get; set;}

    Property Value

    Location of client certificate.
    See Also