Discuss this help topic in SecureBlackbox Forum
This event is fired when answers for questions passed via OnAuthKeyboard or previous OnAuthKeyboardResponse event are received from the client.
Declaration
Parameters
- Requests - asked questions
- Responses - client's answers
- Submethods - names of server-dependent submethods client would like to use
- Name - line that names the authentication
- Instruction - instructions that will be shown to the client before the list of questions/prompts
- NewRequests - list of new questions/prompts (each line contains one question/prompt)
- Echoes - set Size equal to the total number of questions/prompts. If the bit is turned on, it specifies that the answer for corresponding question/prompt must be shown on client's display (on),if turned off - the responce should not be shown (ex. password)
- Accept - set this parameter to True if authentication is successful. In this case NewRequests and Echoes parameters will be ignored.
- pcName - line that names the authentication
- szName - the length of pcName.
- pcInstruction - instructions that will be shown to the client before the list of questions/prompts
- szInstruction - the length of pcInstruction.
Description
This event handler has to check answers' correctness and optionally new questions may be passed to the client.
Discuss this help topic in SecureBlackbox Forum