Discuss this help topic in SecureBlackbox Forum
This event is fired before SOCKS authentication.
Declaration
Parameters
- Conn - forwarded connection
- Username - specifies username
- Password - specifies password
- Accept - set this parameter to True if username and password are correct
- pcUsername - specifies username
- szUsername - the length of pcUsername.
- pcPassword - specifies password
- szPassword - the length of pcPassword.
Description
If dynamic forwarding is used this event is fired when username and password are provided for SOCKS authentication.
User can accept or decline the connection.
Discuss this help topic in SecureBlackbox Forum