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

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.4.25258.110
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.Certificate -Version 10.0.0-preview.4.25258.110
                    
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.4.25258.110" />
                    
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.4.25258.110" />
                    
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.4.25258.110
                    
#r "nuget: Microsoft.AspNetCore.Authentication.Certificate, 10.0.0-preview.4.25258.110"
                    
#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.4.25258.110
                    
#: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.4.25258.110&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.Certificate&version=10.0.0-preview.4.25258.110&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.

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.

SSS.AspNetCore.Extensions

Use to develop the common components, libraries, etc. that will be embedded into projects with configuration to use

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-rc.1.25451.107 0 9/9/2025
10.0.0-preview.7.25380.108 665 8/12/2025
10.0.0-preview.6.25358.103 753 7/15/2025
10.0.0-preview.5.25277.114 1,226 6/6/2025
10.0.0-preview.4.25258.110 1,275 5/12/2025
10.0.0-preview.3.25172.1 676 4/10/2025
10.0.0-preview.2.25164.1 237 3/18/2025
10.0.0-preview.1.25120.3 538 2/25/2025
9.0.9 0 9/9/2025
9.0.8 46,990 8/5/2025
9.0.7 42,385 7/8/2025
9.0.6 78,579 6/10/2025
9.0.5 78,060 5/13/2025
9.0.4 106,414 4/8/2025
9.0.3 167,731 3/11/2025
9.0.2 79,773 2/11/2025
9.0.1 51,985 1/14/2025
9.0.0 172,143 11/12/2024
9.0.0-rc.2.24474.3 1,214 10/8/2024
9.0.0-rc.1.24452.1 567 9/10/2024
9.0.0-preview.7.24406.2 255 8/13/2024
9.0.0-preview.6.24328.4 241 7/9/2024
9.0.0-preview.5.24306.11 1,140 6/11/2024
9.0.0-preview.4.24267.6 402 5/21/2024
9.0.0-preview.3.24172.13 317 4/11/2024
9.0.0-preview.2.24128.4 309 3/12/2024
9.0.0-preview.1.24081.5 307 2/13/2024
8.0.20 0 9/9/2025
8.0.19 35,191 8/4/2025
8.0.18 16,462 7/8/2025
8.0.17 31,236 6/10/2025
8.0.16 34,817 5/13/2025
8.0.15 124,784 4/8/2025
8.0.14 86,840 3/11/2025
8.0.13 134,737 2/11/2025
8.0.12 98,343 1/14/2025
8.0.11 483,544 11/12/2024
8.0.10 655,611 10/8/2024
8.0.8 679,196 8/13/2024
8.0.7 301,280 7/9/2024
8.0.6 352,129 5/28/2024
8.0.5 121,901 5/14/2024
8.0.4 178,647 4/9/2024
8.0.3 158,322 3/12/2024
8.0.2 234,821 2/13/2024
8.0.1 283,895 1/9/2024
8.0.0 241,872 11/14/2023
8.0.0-rc.2.23480.2 3,163 10/10/2023
8.0.0-rc.1.23421.29 1,592 9/12/2023
8.0.0-preview.7.23375.9 795 8/8/2023
8.0.0-preview.6.23329.11 1,217 7/11/2023
8.0.0-preview.5.23302.2 856 6/13/2023
8.0.0-preview.4.23260.4 1,017 5/16/2023
8.0.0-preview.3.23177.8 434 4/11/2023
8.0.0-preview.2.23153.2 373 3/14/2023
8.0.0-preview.1.23112.2 348 2/21/2023
7.0.20 17,309 5/28/2024
7.0.19 2,578 5/14/2024
7.0.18 6,031 4/9/2024
7.0.17 9,549 3/12/2024
7.0.16 8,388 2/13/2024
7.0.15 9,685 1/9/2024
7.0.14 36,904 11/14/2023
7.0.13 52,933 10/24/2023
7.0.12 476,428 10/10/2023
7.0.11 48,742 9/12/2023
7.0.10 381,353 8/8/2023
7.0.9 62,112 7/11/2023
7.0.8 40,593 6/22/2023
7.0.7 14,485 6/13/2023
7.0.5 344,701 4/11/2023
7.0.4 107,284 3/14/2023
7.0.3 56,899 2/14/2023
7.0.2 40,714 1/10/2023
7.0.1 37,692 12/13/2022
7.0.0 185,378 11/7/2022
7.0.0-rc.2.22476.2 812 10/11/2022
7.0.0-rc.1.22427.2 742 9/14/2022
7.0.0-preview.7.22376.6 681 8/9/2022
7.0.0-preview.6.22330.3 468 7/12/2022
7.0.0-preview.5.22303.8 720 6/14/2022
7.0.0-preview.4.22251.1 701 5/10/2022
7.0.0-preview.3.22178.4 552 4/13/2022
7.0.0-preview.2.22153.2 424 3/14/2022
7.0.0-preview.1.22109.13 418 2/17/2022
6.0.36 29,046 11/12/2024
6.0.35 9,222 10/8/2024
6.0.33 16,983 8/13/2024
6.0.32 13,109 7/9/2024
6.0.31 48,154 5/28/2024
6.0.30 7,601 5/14/2024
6.0.29 71,042 4/9/2024
6.0.28 58,983 3/12/2024
6.0.27 63,553 2/13/2024
6.0.26 40,686 1/9/2024
6.0.25 161,967 11/14/2023
6.0.24 101,347 10/24/2023
6.0.23 47,645 10/10/2023
6.0.22 57,588 9/12/2023
6.0.21 106,999 8/8/2023
6.0.20 109,911 7/11/2023
6.0.19 39,553 6/22/2023
6.0.18 35,052 6/13/2023
6.0.16 166,700 4/11/2023
6.0.15 109,433 3/14/2023
6.0.14 137,710 2/14/2023
6.0.13 144,388 1/10/2023
6.0.12 195,411 12/13/2022
6.0.11 141,015 11/7/2022
6.0.10 138,699 10/11/2022
6.0.9 294,862 9/13/2022
6.0.8 298,514 8/9/2022
6.0.7 263,354 7/12/2022
6.0.6 131,321 6/14/2022
6.0.5 521,705 5/10/2022
6.0.4 201,339 4/11/2022
6.0.3 233,227 3/8/2022
6.0.2 89,939 2/8/2022
6.0.1 572,247 12/14/2021
6.0.0 378,821 11/8/2021
6.0.0-rc.2.21480.10 1,202 10/12/2021
6.0.0-rc.1.21452.15 2,519 9/14/2021
6.0.0-preview.7.21378.6 2,366 8/10/2021
6.0.0-preview.6.21355.2 722 7/14/2021
6.0.0-preview.5.21301.17 560 6/15/2021
6.0.0-preview.4.21253.5 465 5/24/2021
6.0.0-preview.3.21201.13 497 4/8/2021
6.0.0-preview.2.21154.6 583 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 597 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 41,756 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 9,845 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 7,242 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 10,710 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 69,251 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 58,248 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 49,532 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 62,836 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 56,909 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 107,755 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 95,819 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 44,957 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 71,598 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 57,648 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 85,731 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 87,032 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 37,340 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 60,679 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 1,770 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 952 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 587 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 646 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 582 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 587 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 621 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 579 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 586 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 633 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 23,344 12/13/2022
3.1.31 8,049 11/8/2022
3.1.30 22,937 10/11/2022
3.1.29 2,258 9/13/2022
3.1.28 5,486 8/9/2022
3.1.27 1,738 7/12/2022
3.1.26 3,119 6/14/2022
3.1.25 23,040 5/10/2022
3.1.24 18,375 4/11/2022
3.1.23 10,074 3/8/2022
3.1.22 51,750 12/14/2021
3.1.21 27,370 11/7/2021
3.1.20 26,308 10/11/2021
3.1.19 24,410 9/14/2021
3.1.18 53,915 8/10/2021
3.1.17 19,459 7/13/2021
3.1.16 29,578 6/8/2021
3.1.15 36,921 5/11/2021
3.1.14 39,087 4/6/2021
3.1.13 49,452 3/9/2021
3.1.12 49,956 2/9/2021
3.1.11 30,695 1/12/2021
3.1.10 169,623 11/9/2020
3.1.9 94,643 10/13/2020
3.1.8 287,689 9/8/2020
3.1.7 94,120 8/11/2020
3.1.6 98,869 7/14/2020
3.1.5 117,910 6/9/2020
3.1.4 57,542 5/12/2020
3.1.3 183,272 3/24/2020
3.1.2 153,617 2/18/2020
3.1.1 50,847 1/14/2020
3.1.0 197,535 12/3/2019
3.1.0-preview3.19555.2 588 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 615 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 598 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 9,405 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 21,911 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 87,425 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 970 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 1,040 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 4,826 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 1,006 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 3,304 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.