SftpSettings.TryPasswordFirst Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
TryPasswordFirst
When authenticating using both password and private key, try authenticating using a password first (default is to try the private key first).
Declaration
public bool TryPasswordFirst { get; set; }
Property Value
Type | Description |
---|---|
Boolean |