ASP.NET Core middleware that enables an application to support certificate authentication.
Info
Version: | 2.3.1 |
Author(s): | Barry Dorrans |
Last Update: | Wednesday, June 7, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/blowdart/idunno.Authentication |
NuGet Url: | https://www.nuget.org/packages/idunno.Authentication.Certificate |
Install
Install-Package idunno.Authentication.Certificate
dotnet add package idunno.Authentication.Certificate
paket add idunno.Authentication.Certificate
idunno.Authentication.Certificate Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.0.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.0.0)
Tags