Module that is used to provide HTTP Digest Authentication, probably the simplest method of adding security to Web services without resorting to advanced authentication schemes.

Namespace: MonoSoftware.Web.Security
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public class DigestAuthenticationModule : IHttpModule
Visual Basic
Public Class DigestAuthenticationModule
	Implements IHttpModule
Visual C++
public ref class DigestAuthenticationModule : IHttpModule
F#
type DigestAuthenticationModule =  
    class
        interface IHttpModule
    end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Web.Security..::..DigestAuthenticationModule

See Also