Client - SetPassword

[C]

__cdecl FlowSshC_Client_SetPassword(
  FlowSshC_Client* client,
  wchar_t const* password);

[C++]

[Client] void SetPassword(wchar_t const* password);

[C#]

[ClientBase] public void SetPassword(string password);

Parameters

Remarks

Use SetPassword to specify a password to log in with. If you set both a password and a keypair, then public-key authentication will be performed first.