dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / SslOptions Class
Members

In This Topic
    SslOptions Class
    In This Topic
    Represents information required to establish a SSL connection.
    Syntax
    'Declaration
     
    Public NotInheritable Class SslOptions 
    public sealed class SslOptions 
    Remarks
    This class is used in conjunction with MySqlConnection to establish secure connection. You have to include "protocol=SSL" initialization parameter to ConnectionString to enable SSL data transfer.

    Refer to "Using Secure Connections" article for detailed information.

    Inheritance Hierarchy

    System.Object
       Devart.Data.MySql.SslOptions

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also