AuthModule Class

HttpServer.dll

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

See Also