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
- [C] client: FlowSshC_Client pointer.
- password: Password to log in with.
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.