Discuss this help topic in SecureBlackbox Forum
This event is fired when user's password is requested.
Declaration
Parameters
- ReqParams - contains HTTP request parameters.
- Password - the handler could use this parameter to send the password.
- pcPassword - the handler could use this parameter to send the password.
- szPassword - the length of pcPassword in bytes.
- Accept - the handler should set this parameter to true if the request has been accepted, and to false otherwise.
Description
This event is fired by TElWebDAVServer when a client requests user password.
Discuss this help topic in SecureBlackbox Forum