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

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.6.25358.103
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.Certificate -Version 10.0.0-preview.6.25358.103
                    
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.6.25358.103" />
                    
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.6.25358.103" />
                    
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.6.25358.103
                    
#r "nuget: Microsoft.AspNetCore.Authentication.Certificate, 10.0.0-preview.6.25358.103"
                    
#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.6.25358.103
                    
#: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.6.25358.103&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.Certificate&version=10.0.0-preview.6.25358.103&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 188 9/9/2025
10.0.0-preview.7.25380.108 753 8/12/2025
10.0.0-preview.6.25358.103 985 7/15/2025
10.0.0-preview.5.25277.114 1,243 6/6/2025
10.0.0-preview.4.25258.110 1,277 5/12/2025
10.0.0-preview.3.25172.1 681 4/10/2025
10.0.0-preview.2.25164.1 241 3/18/2025
10.0.0-preview.1.25120.3 542 2/25/2025
9.0.9 4,248 9/9/2025
9.0.8 56,952 8/5/2025
9.0.7 49,423 7/8/2025
9.0.6 84,469 6/10/2025
9.0.5 87,781 5/13/2025
9.0.4 107,570 4/8/2025
9.0.3 168,517 3/11/2025
9.0.2 80,546 2/11/2025
9.0.1 52,582 1/14/2025
9.0.0 173,477 11/12/2024
9.0.0-rc.2.24474.3 1,217 10/8/2024
9.0.0-rc.1.24452.1 576 9/10/2024
9.0.0-preview.7.24406.2 258 8/13/2024
9.0.0-preview.6.24328.4 246 7/9/2024
9.0.0-preview.5.24306.11 1,146 6/11/2024
9.0.0-preview.4.24267.6 403 5/21/2024
9.0.0-preview.3.24172.13 322 4/11/2024
9.0.0-preview.2.24128.4 312 3/12/2024
9.0.0-preview.1.24081.5 310 2/13/2024
8.0.20 3,596 9/9/2025
8.0.19 44,213 8/4/2025
8.0.18 19,821 7/8/2025
8.0.17 34,002 6/10/2025
8.0.16 36,661 5/13/2025
8.0.15 128,814 4/8/2025
8.0.14 89,050 3/11/2025
8.0.13 141,652 2/11/2025
8.0.12 100,215 1/14/2025
8.0.11 489,939 11/12/2024
8.0.10 668,547 10/8/2024
8.0.8 693,498 8/13/2024
8.0.7 305,510 7/9/2024
8.0.6 356,800 5/28/2024
8.0.5 122,174 5/14/2024
8.0.4 180,319 4/9/2024
8.0.3 159,370 3/12/2024
8.0.2 236,097 2/13/2024
8.0.1 285,199 1/9/2024
8.0.0 243,626 11/14/2023
8.0.0-rc.2.23480.2 3,165 10/10/2023
8.0.0-rc.1.23421.29 1,597 9/12/2023
8.0.0-preview.7.23375.9 798 8/8/2023
8.0.0-preview.6.23329.11 1,221 7/11/2023
8.0.0-preview.5.23302.2 864 6/13/2023
8.0.0-preview.4.23260.4 1,021 5/16/2023
8.0.0-preview.3.23177.8 442 4/11/2023
8.0.0-preview.2.23153.2 377 3/14/2023
8.0.0-preview.1.23112.2 351 2/21/2023
7.0.20 17,842 5/28/2024
7.0.19 2,682 5/14/2024
7.0.18 6,147 4/9/2024
7.0.17 9,653 3/12/2024
7.0.16 8,548 2/13/2024
7.0.15 9,821 1/9/2024
7.0.14 37,170 11/14/2023
7.0.13 53,118 10/24/2023
7.0.12 476,801 10/10/2023
7.0.11 48,984 9/12/2023
7.0.10 382,235 8/8/2023
7.0.9 62,290 7/11/2023
7.0.8 40,728 6/22/2023
7.0.7 14,615 6/13/2023
7.0.5 344,961 4/11/2023
7.0.4 107,834 3/14/2023
7.0.3 57,069 2/14/2023
7.0.2 40,837 1/10/2023
7.0.1 37,810 12/13/2022
7.0.0 185,557 11/7/2022
7.0.0-rc.2.22476.2 816 10/11/2022
7.0.0-rc.1.22427.2 745 9/14/2022
7.0.0-preview.7.22376.6 686 8/9/2022
7.0.0-preview.6.22330.3 478 7/12/2022
7.0.0-preview.5.22303.8 723 6/14/2022
7.0.0-preview.4.22251.1 707 5/10/2022
7.0.0-preview.3.22178.4 556 4/13/2022
7.0.0-preview.2.22153.2 428 3/14/2022
7.0.0-preview.1.22109.13 422 2/17/2022
6.0.36 30,367 11/12/2024
6.0.35 9,454 10/8/2024
6.0.33 17,184 8/13/2024
6.0.32 13,254 7/9/2024
6.0.31 48,358 5/28/2024
6.0.30 7,801 5/14/2024
6.0.29 71,831 4/9/2024
6.0.28 59,173 3/12/2024
6.0.27 64,093 2/13/2024
6.0.26 40,984 1/9/2024
6.0.25 162,326 11/14/2023
6.0.24 102,521 10/24/2023
6.0.23 47,815 10/10/2023
6.0.22 57,718 9/12/2023
6.0.21 107,288 8/8/2023
6.0.20 110,323 7/11/2023
6.0.19 39,674 6/22/2023
6.0.18 35,545 6/13/2023
6.0.16 166,979 4/11/2023
6.0.15 109,761 3/14/2023
6.0.14 138,124 2/14/2023
6.0.13 144,559 1/10/2023
6.0.12 197,261 12/13/2022
6.0.11 141,262 11/7/2022
6.0.10 139,117 10/11/2022
6.0.9 296,104 9/13/2022
6.0.8 299,199 8/9/2022
6.0.7 264,150 7/12/2022
6.0.6 131,490 6/14/2022
6.0.5 521,967 5/10/2022
6.0.4 201,906 4/11/2022
6.0.3 233,644 3/8/2022
6.0.2 90,056 2/8/2022
6.0.1 574,883 12/14/2021
6.0.0 380,407 11/8/2021
6.0.0-rc.2.21480.10 1,208 10/12/2021
6.0.0-rc.1.21452.15 2,526 9/14/2021
6.0.0-preview.7.21378.6 2,370 8/10/2021
6.0.0-preview.6.21355.2 728 7/14/2021
6.0.0-preview.5.21301.17 565 6/15/2021
6.0.0-preview.4.21253.5 471 5/24/2021
6.0.0-preview.3.21201.13 501 4/8/2021
6.0.0-preview.2.21154.6 591 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 604 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 41,968 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 9,958 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 7,338 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 10,804 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 69,388 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 58,407 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 49,723 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 63,040 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 57,048 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 107,862 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 95,955 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 45,106 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 71,719 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 57,775 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 85,831 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 87,230 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 37,439 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 60,847 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 1,778 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 961 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 594 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 657 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 590 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 595 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 629 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 588 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 594 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 641 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 23,649 12/13/2022
3.1.31 8,152 11/8/2022
3.1.30 23,236 10/11/2022
3.1.29 2,349 9/13/2022
3.1.28 5,580 8/9/2022
3.1.27 1,830 7/12/2022
3.1.26 3,221 6/14/2022
3.1.25 23,242 5/10/2022
3.1.24 18,469 4/11/2022
3.1.23 10,176 3/8/2022
3.1.22 51,866 12/14/2021
3.1.21 27,468 11/7/2021
3.1.20 26,410 10/11/2021
3.1.19 24,577 9/14/2021
3.1.18 54,048 8/10/2021
3.1.17 19,551 7/13/2021
3.1.16 29,763 6/8/2021
3.1.15 37,025 5/11/2021
3.1.14 39,204 4/6/2021
3.1.13 49,581 3/9/2021
3.1.12 50,057 2/9/2021
3.1.11 30,889 1/12/2021
3.1.10 169,820 11/9/2020
3.1.9 94,820 10/13/2020
3.1.8 287,805 9/8/2020
3.1.7 94,237 8/11/2020
3.1.6 99,006 7/14/2020
3.1.5 118,232 6/9/2020
3.1.4 57,734 5/12/2020
3.1.3 183,387 3/24/2020
3.1.2 153,748 2/18/2020
3.1.1 50,970 1/14/2020
3.1.0 198,158 12/3/2019
3.1.0-preview3.19555.2 599 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 628 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 607 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 9,505 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 22,018 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 87,717 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 979 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 1,048 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 4,837 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 1,016 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 3,312 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.