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
- [C] furtherAuth: FlowSshC_FurtherAuth pointer.
- password: The password for further authentication.
Remarks
Specifies a password used for further authentication.