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

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

    Property Value

    Passphrase for the client key.
    See Also