Discuss this help topic in SecureBlackbox Forum
This event is fired when client changed password as
OnAuthPassword
event required.
Declaration
[C#/Java]
not implemented;
[VB.NET]
not implemented;
Parameters
- Username - the name of the client being authenticated
- OldPassword - old password
- NewPassword - new password
- Accept - set this parameter to True if you agree to change password.
Description
Gives us new password and old one for assurances.
Discuss this help topic in SecureBlackbox Forum