Pisum.Dataprotection.EntityFramework.Shared (1.18.0)
Published 2026-04-14 14:55:01 +02:00 by mschnecke
Installation
dotnet nuget add source --name pisum --username your_username --password your_token dotnet add package --source pisum --version 1.18.0 Pisum.Dataprotection.EntityFramework.SharedAbout this package
ASP.NET Core Data Protection Library.
Pisum.Dataprotection.EntityFramework.Shared
Shared Entity Framework Core components for ASP.NET Core Data Protection key storage.
Installation
This package is typically installed as a dependency of provider-specific packages:
Pisum.Dataprotection.EntityFramework.SqlitePisum.Dataprotection.EntityFramework.Postgres
dotnet add package Pisum.Dataprotection.EntityFramework.Shared
Components
DataProtectionContext: DbContext for key storageDataProtectionKey: Entity representing a stored key- Base configuration and extension methods
Supported Frameworks
- .NET 8.0
- .NET 9.0
- .NET 10.0