PasswordChangeEventHandler Delegate

[C#]

public delegate bool PasswordChangeEventHandler(
  object sender,
  PasswordChange passwordChange);

Parameters

Return Value

Return false to abort password change and continue with user authentication (most likely raising [Client]OnFurtherAuth in the process).

Remarks

If a password has expired, the server will usually request a new password from the user. The user is notified through a [Client]OnPasswordChange event.