FurtherAuth - IsPublicKeyRemaining
[C]
bool __cdecl FlowSshC_FurtherAuth_IsPublicKeyRemaining(FlowSshC_FurtherAuth* furtherAuth);
[C++]
[FurtherAuth] bool IsPublicKeyRemaining() const;
[C#]
[FurtherAuth] public bool IsPublicKeyRemaining();
[C] Parameters
- furtherAuth: FlowSshC_FurtherAuth pointer.
Return Value
Whether the server will accept public-key authentication or not.
Remarks
Tells whether the server will accept public-key authentication. The result of this function is irrelevant if the user name is changed through [FurtherAuth]SetUserName.