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
- Pisum.Dataprotection.Shared (>= 1.15.0)
.NET 9.0
- Pisum.Dataprotection.Shared (>= 1.15.0)
.NET 10.0
- Pisum.Dataprotection.Shared (>= 1.15.0)