Microsoft.AspNetCore.Authentication.Certificate 10.0.0-preview.1.25120.3

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Authentication.Certificate.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Authentication.Certificate --version 10.0.0-preview.1.25120.3
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.Certificate -Version 10.0.0-preview.1.25120.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="10.0.0-preview.1.25120.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Certificate" Version="10.0.0-preview.1.25120.3" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Authentication.Certificate --version 10.0.0-preview.1.25120.3
                    
#r "nuget: Microsoft.AspNetCore.Authentication.Certificate, 10.0.0-preview.1.25120.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.AspNetCore.Authentication.Certificate@10.0.0-preview.1.25120.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Authentication.Certificate&version=10.0.0-preview.1.25120.3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.Certificate&version=10.0.0-preview.1.25120.3&prerelease
                    
Install as a Cake Tool

About

Microsoft.AspNetCore.Authentication.Certificate provides ASP.NET Core middleware that enables an application to support certificate authentication.

How to Use

To use Microsoft.AspNetCore.Authentication.Certificate, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Authentication.Certificate

Configuration

  1. Acquire an HTTPS certificate, install it, and configure your server to require certificates
  2. Configure the middleware in your APS.NET Core app's Program.cs:
    var builder = WebApplication.CreateBuilder(args);
    
    builder.Services.AddAuthentication(
            CertificateAuthenticationDefaults.AuthenticationScheme)
        .AddCertificate();
    
    var app = builder.Build();
    
    app.UseAuthentication();
    

Main Types

  • CertificateAuthenticationOptions: Provides options to configure certificate authentication
  • ICertificateValidationCache: Provides a cache used to store AuthenticateResult results after the certificate has been validated

Additional Documentation

For additional documentation and examples, refer to the official documentation on certificate authentication in ASP.NET Core.

Feedback & Contributing

Microsoft.AspNetCore.Authentication.Certificate is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (39)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authentication.Certificate:

Package Downloads
FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

Steeltoe.Security.Authentication.MtlsCore

ASP.NET Core middleware that enables an application to support certificate authentication.

Genocs.WebApi.Security

The web api Security library

Convey.WebApi.Security

Convey.WebApi.Security

SSRD.IdentityUI

IdentityUI is a simple platform for administrative management of users and admins with a graphical interface. It is easy to set up, has a clean API, and runs on all recent .NET platforms.

GitHub repositories (18)

Showing the top 18 popular GitHub repositories that depend on Microsoft.AspNetCore.Authentication.Certificate:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
grpc/grpc-dotnet
gRPC for .NET
justcoding121/titanium-web-proxy
A cross-platform asynchronous HTTP(S) proxy server in C#.
webprofusion/certify
Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Used by over 150,000 organisations. Remember to Star us! Download from certifytheweb.com
DuendeSoftware/products
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
Azure/iotedge
The IoT Edge OSS project
aspnet/Benchmarks
Benchmarks for ASP.NET Core
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
snatch-dev/Convey
A simple recipe for .NET Core microservices.
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
SteeltoeOSS/Samples
Steeltoe samples and reference application collection
alexhiggins732/IdentityServer8
DotNet 8, Identity, OpenID Connect and OAuth 2.0 Framework for ASP.NET Core Identity Server 8
damienbod/AspNetCoreCertificates
Certificate Manager in .NET Core for creating and using X509 certificates
Nordes/IdentityServer4.LdapExtension
IdentityServer4 Ldap Extension (OpenLdap or ActiveDirectory)
oidcproxydotnet/OidcProxy.Net
An extendible framework for .NET to implement the BFF Security Pattern (a.k.a. Token Handler Pattern) in Single Page Applications
dotnet-architecture/grpc-for-wcf-developers
gRPC for WCF Developers guidance samples
Version Downloads Last Updated
10.0.0-preview.7.25380.108 391 8/12/2025
10.0.0-preview.6.25358.103 551 7/15/2025
10.0.0-preview.5.25277.114 1,221 6/6/2025
10.0.0-preview.4.25258.110 1,272 5/12/2025
10.0.0-preview.3.25172.1 675 4/10/2025
10.0.0-preview.2.25164.1 236 3/18/2025
10.0.0-preview.1.25120.3 534 2/25/2025
9.0.8 29,743 8/5/2025
9.0.7 30,189 7/8/2025
9.0.6 74,610 6/10/2025
9.0.5 70,582 5/13/2025
9.0.4 104,820 4/8/2025
9.0.3 166,481 3/11/2025
9.0.2 78,479 2/11/2025
9.0.1 51,160 1/14/2025
9.0.0 170,394 11/12/2024
9.0.0-rc.2.24474.3 1,213 10/8/2024
9.0.0-rc.1.24452.1 561 9/10/2024
9.0.0-preview.7.24406.2 252 8/13/2024
9.0.0-preview.6.24328.4 236 7/9/2024
9.0.0-preview.5.24306.11 1,137 6/11/2024
9.0.0-preview.4.24267.6 330 5/21/2024
9.0.0-preview.3.24172.13 314 4/11/2024
9.0.0-preview.2.24128.4 305 3/12/2024
9.0.0-preview.1.24081.5 303 2/13/2024
8.0.19 18,414 8/4/2025
8.0.18 11,453 7/8/2025
8.0.17 27,349 6/10/2025
8.0.16 32,025 5/13/2025
8.0.15 121,027 4/8/2025
8.0.14 83,165 3/11/2025
8.0.13 126,900 2/11/2025
8.0.12 95,316 1/14/2025
8.0.11 474,035 11/12/2024
8.0.10 637,297 10/8/2024
8.0.8 659,034 8/13/2024
8.0.7 294,914 7/9/2024
8.0.6 343,208 5/28/2024
8.0.5 121,384 5/14/2024
8.0.4 176,025 4/9/2024
8.0.3 156,553 3/12/2024
8.0.2 232,825 2/13/2024
8.0.1 281,987 1/9/2024
8.0.0 239,139 11/14/2023
8.0.0-rc.2.23480.2 3,159 10/10/2023
8.0.0-rc.1.23421.29 1,590 9/12/2023
8.0.0-preview.7.23375.9 791 8/8/2023
8.0.0-preview.6.23329.11 1,209 7/11/2023
8.0.0-preview.5.23302.2 851 6/13/2023
8.0.0-preview.4.23260.4 1,009 5/16/2023
8.0.0-preview.3.23177.8 429 4/11/2023
8.0.0-preview.2.23153.2 362 3/14/2023
8.0.0-preview.1.23112.2 336 2/21/2023
7.0.20 16,625 5/28/2024
7.0.19 2,499 5/14/2024
7.0.18 5,943 4/9/2024
7.0.17 9,471 3/12/2024
7.0.16 8,276 2/13/2024
7.0.15 9,512 1/9/2024
7.0.14 36,478 11/14/2023
7.0.13 52,765 10/24/2023
7.0.12 475,958 10/10/2023
7.0.11 48,486 9/12/2023
7.0.10 380,155 8/8/2023
7.0.9 61,966 7/11/2023
7.0.8 40,466 6/22/2023
7.0.7 14,372 6/13/2023
7.0.5 344,400 4/11/2023
7.0.4 106,558 3/14/2023
7.0.3 56,769 2/14/2023
7.0.2 40,589 1/10/2023
7.0.1 37,598 12/13/2022
7.0.0 185,223 11/7/2022
7.0.0-rc.2.22476.2 806 10/11/2022
7.0.0-rc.1.22427.2 735 9/14/2022
7.0.0-preview.7.22376.6 670 8/9/2022
7.0.0-preview.6.22330.3 459 7/12/2022
7.0.0-preview.5.22303.8 714 6/14/2022
7.0.0-preview.4.22251.1 691 5/10/2022
7.0.0-preview.3.22178.4 545 4/13/2022
7.0.0-preview.2.22153.2 417 3/14/2022
7.0.0-preview.1.22109.13 412 2/17/2022
6.0.36 27,256 11/12/2024
6.0.35 8,925 10/8/2024
6.0.33 16,729 8/13/2024
6.0.32 12,968 7/9/2024
6.0.31 47,958 5/28/2024
6.0.30 7,409 5/14/2024
6.0.29 70,130 4/9/2024
6.0.28 58,769 3/12/2024
6.0.27 63,057 2/13/2024
6.0.26 40,346 1/9/2024
6.0.25 161,544 11/14/2023
6.0.24 99,594 10/24/2023
6.0.23 47,536 10/10/2023
6.0.22 57,485 9/12/2023
6.0.21 106,584 8/8/2023
6.0.20 109,394 7/11/2023
6.0.19 39,429 6/22/2023
6.0.18 34,573 6/13/2023
6.0.16 166,446 4/11/2023
6.0.15 109,082 3/14/2023
6.0.14 137,258 2/14/2023
6.0.13 144,183 1/10/2023
6.0.12 193,272 12/13/2022
6.0.11 140,773 11/7/2022
6.0.10 138,215 10/11/2022
6.0.9 293,477 9/13/2022
6.0.8 297,689 8/9/2022
6.0.7 262,264 7/12/2022
6.0.6 131,193 6/14/2022
6.0.5 521,399 5/10/2022
6.0.4 200,770 4/11/2022
6.0.3 232,769 3/8/2022
6.0.2 89,828 2/8/2022
6.0.1 568,643 12/14/2021
6.0.0 376,516 11/8/2021
6.0.0-rc.2.21480.10 1,196 10/12/2021
6.0.0-rc.1.21452.15 2,510 9/14/2021
6.0.0-preview.7.21378.6 2,359 8/10/2021
6.0.0-preview.6.21355.2 716 7/14/2021
6.0.0-preview.5.21301.17 550 6/15/2021
6.0.0-preview.4.21253.5 456 5/24/2021
6.0.0-preview.3.21201.13 486 4/8/2021
6.0.0-preview.2.21154.6 572 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 585 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 41,558 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 9,743 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 7,170 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 10,642 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 68,993 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 58,012 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 49,363 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 62,697 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 56,767 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 107,638 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 95,571 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 44,766 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 71,504 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 57,487 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 85,660 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 86,785 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 37,271 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 60,549 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 1,761 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 940 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 574 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 635 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 571 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 576 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 609 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 567 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 577 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 623 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 23,094 12/13/2022
3.1.31 7,979 11/8/2022
3.1.30 22,399 10/11/2022
3.1.29 2,194 9/13/2022
3.1.28 5,415 8/9/2022
3.1.27 1,677 7/12/2022
3.1.26 3,029 6/14/2022
3.1.25 22,818 5/10/2022
3.1.24 18,311 4/11/2022
3.1.23 9,985 3/8/2022
3.1.22 51,669 12/14/2021
3.1.21 27,294 11/7/2021
3.1.20 26,235 10/11/2021
3.1.19 24,259 9/14/2021
3.1.18 53,718 8/10/2021
3.1.17 19,393 7/13/2021
3.1.16 29,371 6/8/2021
3.1.15 36,850 5/11/2021
3.1.14 39,011 4/6/2021
3.1.13 49,344 3/9/2021
3.1.12 49,872 2/9/2021
3.1.11 30,508 1/12/2021
3.1.10 169,352 11/9/2020
3.1.9 94,500 10/13/2020
3.1.8 287,566 9/8/2020
3.1.7 94,031 8/11/2020
3.1.6 98,776 7/14/2020
3.1.5 117,555 6/9/2020
3.1.4 57,357 5/12/2020
3.1.3 183,190 3/24/2020
3.1.2 153,527 2/18/2020
3.1.1 50,747 1/14/2020
3.1.0 196,511 12/3/2019
3.1.0-preview3.19555.2 578 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 604 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 589 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 9,340 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 21,842 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 87,029 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 960 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 1,027 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 4,816 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 994 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 3,295 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.