Pisum.Dataprotection.FileSystem 1.15.0

Pisum.Dataprotection.FileSystem

ASP.NET Core Data Protection key storage using the local file system.

Installation

dotnet add package Pisum.Dataprotection.FileSystem

Usage

builder.Services.AddDataProtection()
    .ConfigureDataProtection(configuration.GetSection("DataProtection"))
    .ConfigureDataProtectionFileSystem(configuration.GetSection("FileSystem"));

Configuration

{
  "DataProtection": {
    "ApplicationName": "MyApp"
  },
  "FileSystem": {
    "Path": "/var/dataprotection/keys"
  }
}

Supported Frameworks

  • .NET 8.0
  • .NET 9.0
  • .NET 10.0

No packages depend on Pisum.Dataprotection.FileSystem.

.NET 8.0

.NET 9.0

.NET 10.0

Version Downloads Last updated
1.15.0 3 01/16/2026
1.14.0 133 10/09/2025