Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 10.0.0-rc.2.25502.107

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.
dotnet add package Microsoft.AspNetCore.DataProtection.EntityFrameworkCore --version 10.0.0-rc.2.25502.107
                    
NuGet\Install-Package Microsoft.AspNetCore.DataProtection.EntityFrameworkCore -Version 10.0.0-rc.2.25502.107
                    
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.DataProtection.EntityFrameworkCore" Version="10.0.0-rc.2.25502.107" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="10.0.0-rc.2.25502.107" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" />
                    
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.DataProtection.EntityFrameworkCore --version 10.0.0-rc.2.25502.107
                    
#r "nuget: Microsoft.AspNetCore.DataProtection.EntityFrameworkCore, 10.0.0-rc.2.25502.107"
                    
#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.DataProtection.EntityFrameworkCore@10.0.0-rc.2.25502.107
                    
#: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.DataProtection.EntityFrameworkCore&version=10.0.0-rc.2.25502.107&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.DataProtection.EntityFrameworkCore&version=10.0.0-rc.2.25502.107&prerelease
                    
Install as a Cake Tool

About

Microsoft.AspNetCore.DataProtection.EntityFrameworkCore provides a mechanism for storing data protection keys to a database using Entity Framework Core.

How to Use

To use Microsoft.AspNetCore.DataProtection.EntityFrameworkCore, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.DataProtection.EntityFrameworkCore

Configuration

To store keys in a database, use the PersistKeysToDbContext extension method. For example:

builder.Services.AddDataProtection()
    .PersistKeysToDbContext<MyDbContext>();

Ensure that your DB context (MyDbContext in the above example) implements IDataProtectionKeyContext. For example:

class MyDbContext : DbContext, IDataProtectionKeyContext
{
    public MyKeysContext(DbContextOptions<MyKeysContext> options)
        : base(options)
    {
    }

    // This maps to the table that stores keys
    public DbSet<DataProtectionKey> DataProtectionKeys { get; set; }
}

Additional Documentation

For additional documentation and examples, refer to the official documentation on the Entity Framework Core key storage provider.

Feedback & Contributing

Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 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 (93)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.DataProtection.EntityFrameworkCore:

Package Downloads
NanoCore

The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.

Hopex.ApplicationServer.SiteModule

Hopex Application site module

ImmediaC.SimpleCms

ASP.NET Core based CMS

Aguacongas.IdentityServer.KeysRotation

TheIdServer signing keys rotation.

CyberEye.Identity.Lib

Package chứa các thư viện, hàm tiện ích, class model về ASP.NET Identity

GitHub repositories (24)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.DataProtection.EntityFrameworkCore:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 RC 2, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 20, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
GZTimeWalker/GZCTF
The GZ::CTF project, an open source CTF platform.
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
neozhu/CleanArchitectureWithBlazorServer
This repository is designed to create an enterprise Blazor Server application that follows the principles of Clean Architecture and implements Blazor Clean Architecture best practices for scalability, maintainability, and testability.
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
skoruba/Duende.IdentityServer.Admin
The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Reaparr/Reaparr
Plex downloader that brings content from any server to yours!
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
netcorepal/netcorepal-cloud-framework
一个基于ASP.NET Core实现的整洁领域驱动设计落地战术框架。 A tactical framework for Clean Domain-Driven Design based on ASP.NET Core.
NetDevPack/Security.Jwt
Jwt Manager. Set of components to deal with Jwt Stuff. Automate your key rotating, add support for jwks_uri. Store your cryptography keys in a secure place.
TheUltimateC0der/listrr
listrr.pro creates and maintains lists on trakt.tv completely automated based on your filters.
carlreid/StreamMaster
A powerful M3U proxy and stream management platform for Plex DVR, Emby, Jellyfin Live TV (and more)
RaythaHQ/raytha
Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
servicetitan/Stl.Fusion.Samples
A collection of samples for Fusion library: https://github.com/servicetitan/Stl.Fusion
FritzAndFriends/TagzApp
An application that discovers content on social media for hashtags
Version Downloads Last Updated
10.0.0-rc.2.25502.107 1,852 10/14/2025
10.0.0-rc.1.25451.107 9,240 9/9/2025
10.0.0-preview.7.25380.108 2,256 8/12/2025
10.0.0-preview.6.25358.103 343 7/15/2025
10.0.0-preview.5.25277.114 538 6/6/2025
10.0.0-preview.4.25258.110 446 5/12/2025
10.0.0-preview.3.25172.1 321 4/10/2025
10.0.0-preview.2.25164.1 277 3/18/2025
10.0.0-preview.1.25120.3 299 2/25/2025
9.0.10 69,687 10/14/2025
9.0.9 290,507 9/9/2025
9.0.8 220,171 8/5/2025
9.0.7 254,500 7/8/2025
9.0.6 304,189 6/10/2025
9.0.5 257,421 5/13/2025
9.0.4 345,344 4/8/2025
9.0.3 248,307 3/11/2025
9.0.2 475,247 2/11/2025
9.0.1 612,568 1/14/2025
9.0.0 441,078 11/12/2024
9.0.0-rc.2.24474.3 2,737 10/8/2024
9.0.0-rc.1.24452.1 1,174 9/10/2024
9.0.0-preview.7.24406.2 464 8/13/2024
9.0.0-preview.6.24328.4 284 7/9/2024
9.0.0-preview.5.24306.11 350 6/11/2024
9.0.0-preview.4.24267.6 256 5/21/2024
9.0.0-preview.3.24172.13 355 4/11/2024
9.0.0-preview.2.24128.4 243 3/12/2024
9.0.0-preview.1.24081.5 282 2/13/2024
8.0.21 24,397 10/14/2025
8.0.20 88,280 9/9/2025
8.0.19 121,509 8/4/2025
8.0.18 116,803 7/8/2025
8.0.17 166,924 6/10/2025
8.0.16 248,942 5/13/2025
8.0.15 203,014 4/8/2025
8.0.14 198,573 3/11/2025
8.0.13 363,583 2/11/2025
8.0.12 335,941 1/14/2025
8.0.11 970,793 11/12/2024
8.0.10 1,136,275 10/8/2024
8.0.8 1,324,103 8/13/2024
8.0.7 748,739 7/9/2024
8.0.6 1,566,191 5/28/2024
8.0.5 338,408 5/14/2024
8.0.4 722,326 4/9/2024
8.0.3 642,658 3/12/2024
8.0.2 523,444 2/13/2024
8.0.1 601,117 1/9/2024
8.0.0 1,091,822 11/14/2023
8.0.0-rc.2.23480.2 9,735 10/10/2023
8.0.0-rc.1.23421.29 4,161 9/12/2023
8.0.0-preview.7.23375.9 2,931 8/8/2023
8.0.0-preview.6.23329.11 898 7/11/2023
8.0.0-preview.5.23302.2 1,604 6/13/2023
8.0.0-preview.4.23260.4 740 5/16/2023
8.0.0-preview.3.23177.8 514 4/11/2023
8.0.0-preview.2.23153.2 464 3/14/2023
8.0.0-preview.1.23112.2 909 2/21/2023
7.0.20 89,892 5/28/2024
7.0.19 8,644 5/14/2024
7.0.18 35,755 4/9/2024
7.0.17 69,912 3/12/2024
7.0.16 53,994 2/13/2024
7.0.15 62,798 1/9/2024
7.0.14 277,033 11/14/2023
7.0.13 200,367 10/24/2023
7.0.12 108,699 10/10/2023
7.0.11 172,870 9/12/2023
7.0.10 356,629 8/8/2023
7.0.9 153,608 7/11/2023
7.0.8 148,954 6/22/2023
7.0.7 66,988 6/13/2023
7.0.5 432,112 4/11/2023
7.0.4 481,338 3/14/2023
7.0.3 218,048 2/14/2023
7.0.2 219,151 1/10/2023
7.0.1 132,729 12/13/2022
7.0.0 262,010 11/7/2022
7.0.0-rc.2.22476.2 2,976 10/11/2022
7.0.0-rc.1.22427.2 1,336 9/14/2022
7.0.0-preview.7.22376.6 2,432 8/9/2022
7.0.0-preview.6.22330.3 993 7/12/2022
7.0.0-preview.5.22303.8 981 6/14/2022
7.0.0-preview.4.22251.1 831 5/10/2022
7.0.0-preview.3.22178.4 629 4/13/2022
7.0.0-preview.2.22153.2 411 3/14/2022
7.0.0-preview.1.22109.13 431 2/17/2022
6.0.36 94,076 11/12/2024
6.0.35 62,624 10/8/2024
6.0.33 775,974 8/13/2024
6.0.32 28,121 7/9/2024
6.0.31 37,321 5/28/2024
6.0.30 23,898 5/14/2024
6.0.29 79,601 4/9/2024
6.0.28 168,722 3/12/2024
6.0.27 63,740 2/13/2024
6.0.26 73,869 1/9/2024
6.0.25 242,590 11/14/2023
6.0.24 98,227 10/24/2023
6.0.23 47,841 10/10/2023
6.0.22 158,666 9/12/2023
6.0.21 174,466 8/8/2023
6.0.20 150,037 7/11/2023
6.0.19 64,069 6/22/2023
6.0.18 44,419 6/13/2023
6.0.16 469,568 4/11/2023
6.0.15 221,630 3/14/2023
6.0.14 173,643 2/14/2023
6.0.13 689,018 1/10/2023
6.0.12 126,473 12/13/2022
6.0.11 406,138 11/7/2022
6.0.10 497,748 10/11/2022
6.0.9 640,712 9/13/2022
6.0.8 537,652 8/9/2022
6.0.7 444,160 7/12/2022
6.0.6 264,488 6/14/2022
6.0.5 489,663 5/10/2022
6.0.4 566,395 4/11/2022
6.0.3 582,653 3/8/2022
6.0.2 402,821 2/8/2022
6.0.1 685,368 12/14/2021
6.0.0 552,299 11/8/2021
6.0.0-rc.2.21480.10 3,394 10/12/2021
6.0.0-rc.1.21452.15 2,113 9/14/2021
6.0.0-preview.7.21378.6 2,087 8/10/2021
6.0.0-preview.6.21355.2 825 7/14/2021
6.0.0-preview.5.21301.17 1,269 6/15/2021
6.0.0-preview.4.21253.5 540 5/24/2021
6.0.0-preview.3.21201.13 587 4/8/2021
6.0.0-preview.2.21154.6 610 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 599 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 234,417 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 13,269 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 124,845 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 22,089 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 44,208 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 76,309 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 291,816 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 211,205 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 136,498 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 223,564 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 288,269 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 119,006 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 248,275 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 104,751 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 138,707 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 91,461 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 166,077 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 98,813 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 1,196 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 1,608 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 657 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 1,085 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 729 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 747 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 819 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 754 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 702 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 674 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 102,718 12/13/2022
3.1.31 14,394 11/8/2022
3.1.30 4,715 10/11/2022
3.1.29 7,009 9/13/2022
3.1.28 12,540 8/9/2022
3.1.27 14,522 7/12/2022
3.1.26 14,545 6/14/2022
3.1.25 19,426 5/10/2022
3.1.24 18,853 4/11/2022
3.1.23 15,635 3/8/2022
3.1.22 61,134 12/14/2021
3.1.21 58,928 11/7/2021
3.1.20 28,918 10/11/2021
3.1.19 18,779 9/14/2021
3.1.18 95,283 8/10/2021
3.1.17 42,208 7/13/2021
3.1.16 32,548 6/8/2021
3.1.15 21,437 5/11/2021
3.1.14 50,183 4/6/2021
3.1.13 34,486 3/9/2021
3.1.12 36,284 2/9/2021
3.1.11 78,502 1/12/2021
3.1.10 191,418 11/9/2020
3.1.9 444,558 10/13/2020
3.1.8 620,583 9/8/2020
3.1.7 188,031 8/11/2020
3.1.6 236,899 7/14/2020
3.1.5 140,309 6/9/2020
3.1.4 135,103 5/12/2020
3.1.3 304,022 3/24/2020
3.1.2 137,649 2/18/2020
3.1.1 175,208 1/14/2020
3.1.0 388,491 12/3/2019
3.1.0-preview3.19555.2 665 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 634 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 685 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 3,282 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 2,329 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 41,900 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 662 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 894 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 734 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 696 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 702 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 930 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 685 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 685 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 806 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 783 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.2.8 350,317 11/18/2019 2.2.8 is deprecated because it is no longer maintained.
2.2.0 714,524 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 1,485 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 1,807 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.