dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / SshPrivateKey Property

On this page
    SshPrivateKey Property
    On this page
    Gets or sets the location of the client private key.
    Syntax
    'Declaration
     
    Public Property SshPrivateKey As String
    public string SshPrivateKey {get; set;}

    Property Value

    Location of private key to use.
    See Also