FurtherAuthEventHandler Delegate
[C#]
public delegate bool FurtherAuthEventHandler(
object sender,
FurtherAuth furtherAuth);
Parameters
- sender: The source of the event.
- furtherAuth: A FurtherAuth.
Return Value
Return false to stop user authentication and disconnect.
Remarks
This delegate is called if the server needs additional data, for instance a password or a keypair, to authenticate the user.