BasicAuthentication Events

HttpServer.dll

The BasicAuthentication type exposes the following members.

Events

  NameDescription
OnAuthenticate
used to let authentication modules authenticate the username and password
(Inherited from AuthModule.)
OnAuthenticationRequired
Let's you decide on a system level if authentication is requried. You can also decide if authentication is required in each HttpModule.
(Inherited from AuthModule.)

See Also