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

In This Topic
    PrivateKey Property
    In This Topic
    Gets or sets the location of the client private key.
    Syntax
    'Declaration
     
    Public Property PrivateKey As String
    public string PrivateKey {get; set;}

    Property Value

    Location of the private key to use.
    See Also