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.

Version Downloads Last updated
1.15.0 45 01/16/2026
1.14.0 11 10/09/2025