OnAuthenticate Event

HttpServer.dll

used to let authentication modules authenticate the username and password

Namespace:  HttpServer.Authentication
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event AuthenticationHandler OnAuthenticate
Visual Basic (Declaration)
Public Event OnAuthenticate As AuthenticationHandler
Visual C++
public:
 event AuthenticationHandler^ OnAuthenticate {
	void add (AuthenticationHandler^ value);
	void remove (AuthenticationHandler^ value);
}

See Also