FurtherAuth - IsPasswordRemaining

[C]

bool __cdecl FlowSshC_FurtherAuth_IsPasswordRemaining(FlowSshC_FurtherAuth* furtherAuth);

[C++]

[FurtherAuth] bool IsPasswordRemaining() const;

[C#]

[FurtherAuth] public bool IsPasswordRemaining();

[C] Parameters

Return Value

Whether the server will accept password authentication or not.

Remarks

Tells whether the server will accept password authentication. Some servers accept the password through 'keyboard-interactive' authentication method - this is taken into account through IsPasswordRemaining as well. The result of this function is irrelevant if the user name is changed through [FurtherAuth]SetUserName.