dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / SshOptions Class
Properties Methods

SshOptions Class Members

The following tables list the members exposed by SshOptions.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the SshOptions class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the client authentication method.  
Public PropertyList of ciphers that client agrees to use.  
Public PropertyGets or sets name or ip address of SSH server.  
Public PropertyGets or sets the location of the public key on the client side to verify the server host key during establishing connection.  
Public PropertyGets or sets the client key passphrase.  
Public PropertyGets or sets user password on SSH server.  
Public PropertyGets ot sets number of port on SSH server to connect.  
Public PropertyGets or sets the location of the client private key.  
Public PropertyIndicates whether the host key is verified during establishing connection.  
Public PropertyGets or sets user id on SSH server.  
Top
Public Methods
 NameDescription
Public MethodReturns a string that represents the current object.  
Top
See Also