dotConnect for Oracle Documentation
Devart.Data.Oracle 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 OracleConnection to establish secure connection. You have to add "ssh://" prefix to the OracleConnectionStringBuilder.Server connection string parameter to enable SSH data transfer.

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

    Refer to "SSH Support in Direct Mode" article for detailed information.

    Inheritance Hierarchy

    System.Object
       Devart.Data.Oracle.SshOptions

    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