Icon OnAuthenticate Event

property OnAuthenticate: TEWBServerSessionAuthenticateEvent

This event is triggered before a server session attempts to perform authentication. You can use an event handler attached to this event to update the UserName and/or Password properties before the authentication occurs.

Set the Continue parameter to False to prevent the authentication from proceeding.

Information If the Continue parameter is set to False, an exception will be raised indicating that the authentication was cancelled.
Image