dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / SshOptions Class / SshOptions Constructor / SshOptions Constructor(String,Int32,String,String,String,String,String,SshAuthenticationType,String,Boolean)

In This Topic
    SshOptions Constructor(String,Int32,String,String,String,String,String,SshAuthenticationType,String,Boolean)
    In This Topic
    Initializes a new instance of the SshOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal host As String, _
       ByVal port As Integer, _
       ByVal user As String, _
       ByVal password As String, _
       ByVal cipherList As String, _
       ByVal privateKey As String, _
       ByVal passphrase As String, _
       ByVal authenticationType As SshAuthenticationType, _
       ByVal hostKeys As String, _
       ByVal strictHostKeyChecking As Boolean _
    )

    Parameters

    host
    port
    user
    password
    cipherList
    privateKey
    passphrase
    authenticationType
    hostKeys
    strictHostKeyChecking
    See Also