DigestAuthentication Constructor

HttpServer.dll

Initializes a new instance of the DigestAuthentication class

Namespace:  HttpServer.Authentication
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DigestAuthentication()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
DigestAuthentication()

See Also