Pisum.Dataprotection.Redis 1.15.0
Pisum.Dataprotection.Redis
ASP.NET Core Data Protection key storage using Redis.
Installation
dotnet add package Pisum.Dataprotection.Redis
Usage
builder.Services.AddDataProtection()
.ConfigureDataProtection(configuration.GetSection("DataProtection"))
.ConfigureDataProtectionRedis(configuration.GetSection("Redis"));
Configuration
{
"DataProtection": {
"ApplicationName": "MyApp"
},
"Redis": {
"ConnectionString": "localhost:6379",
"KeyName": "DataProtection-Keys"
}
}
Supported Frameworks
- .NET 8.0
- .NET 9.0
- .NET 10.0
No packages depend on Pisum.Dataprotection.Redis.
.NET 8.0
- Pisum.Dataprotection.Shared (>= 1.15.0)
- Microsoft.AspNetCore.DataProtection.StackExchangeRedis (>= 8.0.23)
.NET 9.0
- Pisum.Dataprotection.Shared (>= 1.15.0)
- Microsoft.AspNetCore.DataProtection.StackExchangeRedis (>= 9.0.12)
.NET 10.0
- Pisum.Dataprotection.Shared (>= 1.15.0)
- Microsoft.AspNetCore.DataProtection.StackExchangeRedis (>= 10.0.2)