







Authentication modules are used to implement different
kind of http authentication.
Namespace:
HttpServer.Authentication
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public abstract class AuthModule |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class AuthModule |
| Visual C++ |
|---|
public ref class AuthModule abstract |
Inheritance Hierarchy
System..::.Object
HttpServer.Authentication..::.AuthModule
HttpServer.Authentication..::.BasicAuthentication
HttpServer.Authentication..::.DigestAuthentication
HttpServer.Authentication..::.AuthModule
HttpServer.Authentication..::.BasicAuthentication
HttpServer.Authentication..::.DigestAuthentication
