![]() |
VOOZH | about |
dotnet add package Microsoft.AspNetCore.DataProtection.StackExchangeRedis --version 10.0.9
NuGet\Install-Package Microsoft.AspNetCore.DataProtection.StackExchangeRedis -Version 10.0.9
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.9" />
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.9" />Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" />Project file
paket add Microsoft.AspNetCore.DataProtection.StackExchangeRedis --version 10.0.9
#r "nuget: Microsoft.AspNetCore.DataProtection.StackExchangeRedis, 10.0.9"
#:package Microsoft.AspNetCore.DataProtection.StackExchangeRedis@10.0.9
#addin nuget:?package=Microsoft.AspNetCore.DataProtection.StackExchangeRedis&version=10.0.9Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.DataProtection.StackExchangeRedis&version=10.0.9Install as a Cake Tool
Microsoft.AspNetCore.DataProtection.StackExchangeRedis allows storing data protection keys in a Redis cache.
Only Redis versions supporting Redis Data Persistence should be used to store keys. Azure Blob storage is persistent and can be used to store keys. For more information, see this GitHub issue.
To use Microsoft.AspNetCore.DataProtection.StackExchangeRedis, follow these steps:
dotnet add package Microsoft.AspNetCore.DataProtection.StackExchangeRedis
To configure data protection key storage on Redis, call one of the PersistKeysToStackExchangeRedis overloads:
var redis = ConnectionMultiplexer.Connect("<URI>");
builder.Services.AddDataProtection()
.PersistKeysToStackExchangeRedis(redis, "DataProtection-Keys");
For additional documentation and examples, refer to the official documentation on the Redis key storage provider.
Microsoft.AspNetCore.DataProtection.StackExchangeRedis is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.DataProtection.StackExchangeRedis:
| Package | Downloads |
|---|---|
|
OrchardCore.Application.Cms.Core.Targets
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Converts the application into a modular OrchardCore CMS application with TheAdmin theme but without any front-end Themes. |
|
|
OrchardCore.Redis
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core. Provides Redis features for configuration, cache, bus and lock. |
|
|
OrchardCore.Redis.Abstractions
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core. Abstractions for Redis. |
|
|
OrchardCore.Application.Cms.Targets
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Converts the application into a modular OrchardCore CMS application with following themes. - TheAdmin Theme - SafeMode Theme - TheAgency Theme - TheBlog Theme - TheComingSoon Theme - TheTheme theme |
|
|
Sitko.Core.Auth
Sitko.Core is a set of libraries to help build .NET Core applications fast |
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.DataProtection.StackExchangeRedis:
| Repository | Stars |
|---|---|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 11, 10, 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.
|
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
|
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
|
|
|
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
|
|
|
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
|
|
|
grandnode/grandnode2
E-commerce platform built with ASP.NET Core using MongoDB for NoSQL storage
|
|
|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
|
blogifierdotnet/Blogifier
Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
|
|
|
abpframework/abp-samples
Sample solutions built with the ABP Framework
|
|
|
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
|
|
|
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
|
|
|
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
|
|
|
abpframework/eShopOnAbp
Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
|
|
|
jerrytang67/SoMall
社交电商商城开源项目.socail+mall即取名SoMall ,abp netcore 3.1 angular vue uni-app typescript docker mssql
|
|
|
netcorepal/netcorepal-cloud-framework
一个基于ASP.NET Core实现的整洁领域驱动设计落地战术框架。 A tactical framework for Clean Domain-Driven Design based on ASP.NET Core.
|
|
|
xiajingren/HelloAbp
ABP vNext + vue-element-admin入门级项目实践
|
|
|
abpframework/eventhub
Open-source event organizing web application and a reference DDD solution.
|
|
|
842549829/Panda
Abp.vNext + EF Core The microservices Open source framework project supports the implementation of message push workflow certification centers based on OAuth2.0
|
|
|
hikalkan/presentations
Some of my presentations
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.5.26302.115 | 149 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 354 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 2,783 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 7,005 | 3/10/2026 |
| 11.0.0-preview.1.26104.118 | 479 | 2/10/2026 |
| 10.0.9 | 44,497 | 6/9/2026 |
| 10.0.8 | 325,671 | 5/12/2026 |
| 10.0.7 | 1,319,000 | 4/21/2026 |
| 10.0.5 | 440,676 | 3/12/2026 |
| 10.0.4 | 35,329 | 3/10/2026 |
| 9.0.17 | 951 | 6/9/2026 |
| 9.0.16 | 15,883 | 5/12/2026 |
| 9.0.15 | 46,368 | 4/14/2026 |
| 9.0.14 | 37,398 | 3/10/2026 |
| 9.0.13 | 25,906 | 2/10/2026 |
| 8.0.28 | 3,535 | 6/9/2026 |
| 8.0.27 | 24,939 | 5/12/2026 |
| 8.0.26 | 87,171 | 4/14/2026 |
| 8.0.25 | 50,639 | 3/10/2026 |