madam 1.0.2
MADAM is an HTTP module for ASP.NET (1.1 or later) that allows a single web application to employ standard HTTP authentication schemes (like Basic and Digest) to be used in addition to the non-standard Forms authentication. MADAM also includes a Basic authentication HTTP module.
Install-Package madam -Version 1.0.2
dotnet add package madam --version 1.0.2
<PackageReference Include="madam" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add madam --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: madam, 1.0.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install madam as a Cake Addin #addin nuget:?package=madam&version=1.0.2 // Install madam as a Cake Tool #tool nuget:?package=madam&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.