Discuss this help topic in SecureBlackbox Forum
This event is fired when client requested possibility for authentication.
Declaration
[C#/Java]
not implemented;
[VB.NET]
not implemented;
Parameters
- Username - username (login) on the server
- AuthType - the type of authentication that client wants to use
- Accept - set this parameter to True if you want to allow client to use this method.Otherwise authentication will be denied to client.
Authentication type values
Description
This event is fired before each client's attempt to authenticate.
Discuss this help topic in SecureBlackbox Forum