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

On this page
    SshOptions Property
    On this page
    Gets or sets SshOptions object which is used to establish secure connection with server.
    Syntax
    'Declaration
     
    Public Property SshOptions As SshOptions
    public SshOptions SshOptions {get; set;}

    Property Value

    A SshOptions object that is used to establish a secure connection with a server.
    Remarks

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

    See Also