







Implements HTTP Digest authentication. It's more secure than Basic auth since password is
encrypted with a "key" from the server.
Namespace:
HttpServer.Authentication
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public class DigestAuthentication : AuthModule |
| Visual Basic (Declaration) |
|---|
Public Class DigestAuthentication _ Inherits AuthModule |
| Visual C++ |
|---|
public ref class DigestAuthentication : public AuthModule |
Remarks
Keep in mind that the password is encrypted with MD5. Use a combination of SSL and digest auth to be secure.
Inheritance Hierarchy
System..::.Object
HttpServer.Authentication..::.AuthModule
HttpServer.Authentication..::.DigestAuthentication
HttpServer.Authentication..::.AuthModule
HttpServer.Authentication..::.DigestAuthentication
