SftpSettings.EnsureKeyAcceptable Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
EnsureKeyAcceptable
Announce public key to the server before performing key authentication.
Declaration
public bool EnsureKeyAcceptable { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to announce public key first; false to perform key authentication immediately. |