dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / SslOptions Class / SslOptions Constructor / SslOptions Constructor(String)
Initial value for CACert property.

In This Topic
    SslOptions Constructor(String)
    In This Topic
    Initializes a new instance of the SslOptions class, setting the CACert property to the specified string.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal caCert As String _
    )
    public SslOptions( 
       string caCert
    )

    Parameters

    caCert
    Initial value for CACert property.
    See Also