AuthModule Events

HttpServer.dll

The AuthModule type exposes the following members.

Events

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

See Also