dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / SshOptions Class
Members

In This Topic
    SshOptions Class
    In This Topic
    Represents information required to establish a SSH connection.
    Syntax
    'Declaration
     
    Public NotInheritable Class SshOptions 
    public sealed class SshOptions 
    Remarks

    This class is used in conjunction with PgSqlConnection to establish secure connection. You have to include "protocol=SSH" initialization parameter to ConnectionString to enable SSH data transfer.

    Members of this class represent information that allows to connect and login to SSH server. PostgreSQL server information should be specified in PgSqlConnection class.

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

    Inheritance Hierarchy

    System.Object
       Devart.Data.PostgreSql.SshOptions

    See Also