FurtherAuth - SetPassword

[C]

void __cdecl FlowSshC_FurtherAuth_SetPassword(
  FlowSshC_FurtherAuth* furtherAuth,
  wchar_t const* password);

[C++]

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

[C#]

[FurtherAuth] public void SetPassword(string password);

Parameters

Remarks

Specifies a password used for further authentication.