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

In This Topic
SshOptions Property
In This Topic
Gets or sets SshOptions object which is used to establish secure connection with server.
Syntax
'Declaration
 
Public Property SshOptions As SshOptions
 

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