Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 10.0.0-rc.1.25451.107

About

Microsoft.AspNetCore.DataProtection.EntityFrameworkCore provides a mechanism for storing data protection keys to a database using Entity Framework Core.

How to Use

To use Microsoft.AspNetCore.DataProtection.EntityFrameworkCore, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.DataProtection.EntityFrameworkCore

Configuration

To store keys in a database, use the PersistKeysToDbContext extension method. For example:

builder.Services.AddDataProtection()
    .PersistKeysToDbContext<MyDbContext>();

Ensure that your DB context (MyDbContext in the above example) implements IDataProtectionKeyContext. For example:

class MyDbContext : DbContext, IDataProtectionKeyContext
{
    public MyKeysContext(DbContextOptions<MyKeysContext> options)
        : base(options)
    {
    }

    // This maps to the table that stores keys
    public DbSet<DataProtectionKey> DataProtectionKeys { get; set; }
}

Additional Documentation

For additional documentation and examples, refer to the official documentation on the Entity Framework Core key storage provider.

Feedback & Contributing

Microsoft.AspNetCore.DataProtection.EntityFrameworkCore is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.

Packages Downloads
AlphaOAuth.Context
Package Description
0
AlphaOAuth.Context
Package Description
2
AlphaOAuth.Context
Package Description
3
AlphaOAuth.Context
Package Description
4

.NET 10.0

Version Downloads Last updated
10.0.0-rc.1.25451.107 3 09/11/2025
10.0.0-preview.7.25380.108 4 08/14/2025
10.0.0-preview.6.25358.103 4 08/07/2025
10.0.0-preview.5.25277.114 6 06/30/2025
10.0.0-preview.4.25258.110 4 05/16/2025
10.0.0-preview.3.25172.1 6 04/19/2025
10.0.0-preview.2.25164.1 7 04/03/2025
10.0.0-preview.1.25120.3 7 02/26/2025
9.0.9 3 09/11/2025
9.0.8 4 08/09/2025
9.0.7 5 07/11/2025
9.0.6 4 06/29/2025
9.0.5 4 06/29/2025
9.0.4 5 04/19/2025
9.0.3 6 04/03/2025
9.0.2 7 02/26/2025
9.0.1 8 01/18/2025
9.0.0 7 01/18/2025
9.0.0-rc.2.24474.3 7 01/18/2025
9.0.0-rc.1.24452.1 9 01/18/2025
9.0.0-preview.7.24406.2 7 01/18/2025
9.0.0-preview.6.24328.4 6 01/18/2025
9.0.0-preview.5.24306.11 7 01/18/2025
9.0.0-preview.4.24267.6 7 01/18/2025
9.0.0-preview.3.24172.13 7 01/18/2025
9.0.0-preview.2.24128.4 10 03/28/2024
9.0.0-preview.1.24081.5 8 03/08/2024
8.0.20 3 09/11/2025
8.0.19 5 08/10/2025
8.0.18 4 07/11/2025
8.0.17 4 06/29/2025
8.0.16 4 06/29/2025
8.0.15 5 04/19/2025
8.0.14 8 04/03/2025
8.0.13 8 02/26/2025
8.0.12 7 03/05/2025
8.0.11 7 01/18/2025
8.0.10 11 01/18/2025
8.0.8 7 01/18/2025
8.0.7 6 01/18/2025
8.0.6 8 01/18/2025
8.0.5 8 01/18/2025
8.0.4 8 01/18/2025
8.0.3 10 03/28/2024
8.0.2 9 03/07/2024
8.0.1 10 03/07/2024
8.0.0 10 03/07/2024
8.0.0-rc.2.23480.2 9 03/09/2024
8.0.0-rc.1.23421.29 7 03/15/2024
8.0.0-preview.7.23375.9 9 03/09/2024
8.0.0-preview.6.23329.11 9 03/09/2024
8.0.0-preview.5.23302.2 12 03/10/2024
8.0.0-preview.4.23260.4 8 03/10/2024
8.0.0-preview.3.23177.8 9 03/08/2024
8.0.0-preview.2.23153.2 10 03/08/2024
8.0.0-preview.1.23112.2 10 03/08/2024
7.0.20 6 01/18/2025
7.0.19 8 01/18/2025
7.0.18 7 01/18/2025
7.0.17 11 03/28/2024
7.0.16 11 03/01/2024
7.0.15 9 03/07/2024
7.0.14 10 03/01/2024
7.0.13 11 03/06/2024
7.0.12 10 03/07/2024
7.0.11 9 03/01/2024
7.0.10 13 03/07/2024
7.0.9 13 03/07/2024
7.0.8 16 03/07/2024
7.0.7 11 03/07/2024
7.0.5 10 03/07/2024
7.0.4 12 03/07/2024
7.0.3 10 03/07/2024
7.0.2 10 03/07/2024
7.0.1 11 03/07/2024
7.0.0 37 08/18/2023
7.0.0-rc.2.22476.2 9 03/08/2024
7.0.0-rc.1.22427.2 8 03/08/2024
7.0.0-preview.7.22376.6 9 03/09/2024
7.0.0-preview.6.22330.3 9 03/09/2024
7.0.0-preview.5.22303.8 9 03/10/2024
7.0.0-preview.4.22251.1 8 03/09/2024
7.0.0-preview.3.22178.4 12 03/08/2024
7.0.0-preview.2.22153.2 10 03/08/2024
7.0.0-preview.1.22109.13 9 03/08/2024
6.0.36 7 01/18/2025
6.0.35 7 01/18/2025
6.0.33 12 01/18/2025
6.0.32 10 01/31/2025
6.0.31 7 01/18/2025
6.0.30 11 01/18/2025
6.0.29 8 01/18/2025
6.0.28 11 03/28/2024
6.0.27 8 03/15/2024
6.0.26 11 03/02/2024
6.0.25 10 03/07/2024
6.0.24 10 03/02/2024
6.0.23 10 03/02/2024
6.0.22 10 03/01/2024
6.0.21 10 03/02/2024
6.0.20 10 03/02/2024
6.0.19 9 03/02/2024
6.0.18 10 03/01/2024
6.0.16 14 03/02/2024
6.0.15 7 01/18/2025
6.0.14 15 03/02/2024
6.0.13 10 03/06/2024
6.0.12 9 03/02/2024
6.0.11 10 03/06/2024
6.0.10 10 03/02/2024
6.0.9 11 03/07/2024
6.0.8 13 03/22/2024
6.0.7 9 03/22/2024
6.0.6 10 03/07/2024
6.0.5 10 03/07/2024
6.0.4 12 03/06/2024
6.0.3 9 03/22/2024
6.0.2 16 08/18/2023
6.0.1 9 03/06/2024
6.0.0 12 03/02/2024
6.0.0-rc.2.21480.10 9 03/17/2024
6.0.0-rc.1.21452.15 8 03/17/2024
6.0.0-preview.7.21378.6 8 03/09/2024
6.0.0-preview.6.21355.2 9 03/08/2024
6.0.0-preview.5.21301.17 9 03/07/2024
6.0.0-preview.4.21253.5 9 03/09/2024
6.0.0-preview.3.21201.13 10 03/07/2024
6.0.0-preview.2.21154.6 10 03/08/2024
6.0.0-preview.1.21103.6 9 03/08/2024
5.0.17 9 03/22/2024
5.0.16 11 01/18/2025
5.0.15 10 03/07/2024
5.0.14 14 03/07/2024
5.0.13 9 03/07/2024
5.0.12 9 03/07/2024
5.0.11 10 03/07/2024
5.0.10 10 03/22/2024
5.0.9 11 03/07/2024
5.0.8 13 03/07/2024
5.0.7 9 03/22/2024
5.0.6 11 03/07/2024
5.0.5 13 03/07/2024
5.0.4 11 03/07/2024
5.0.3 10 03/07/2024
5.0.2 12 03/07/2024
5.0.1 10 03/06/2024
5.0.0 11 03/26/2024
5.0.0-rc.2.20475.17 9 03/16/2024
5.0.0-rc.1.20451.17 8 03/17/2024
5.0.0-preview.8.20414.8 10 03/06/2024
5.0.0-preview.7.20365.19 9 03/09/2024
5.0.0-preview.6.20312.15 9 03/08/2024
5.0.0-preview.5.20279.2 9 03/09/2024
5.0.0-preview.4.20257.10 6 01/18/2025
5.0.0-preview.3.20215.14 9 03/09/2024
5.0.0-preview.2.20167.3 8 03/08/2024
5.0.0-preview.1.20124.5 7 03/09/2024
3.1.32 10 03/07/2024
3.1.31 11 03/07/2024
3.1.30 11 03/02/2024
3.1.29 11 03/06/2024
3.1.28 11 03/06/2024
3.1.27 10 03/06/2024
3.1.26 10 03/22/2024
3.1.25 11 03/07/2024
3.1.24 10 03/07/2024
3.1.23 11 03/07/2024
3.1.22 10 03/07/2024
3.1.21 8 01/18/2025
3.1.20 13 03/07/2024
3.1.19 12 03/06/2024
3.1.18 10 03/02/2024
3.1.17 13 03/06/2024
3.1.16 10 03/06/2024
3.1.15 7 01/18/2025
3.1.14 9 03/22/2024
3.1.13 11 03/07/2024
3.1.12 11 03/07/2024
3.1.11 11 03/07/2024
3.1.10 10 03/07/2024
3.1.9 10 03/06/2024
3.1.8 11 03/01/2024
3.1.7 11 03/07/2024
3.1.6 11 03/06/2024
3.1.5 10 03/06/2024
3.1.4 12 03/06/2024
3.1.3 12 03/02/2024
3.1.2 12 03/07/2024
3.1.1 10 03/06/2024
3.1.0 10 03/15/2024
3.1.0-preview3.19555.2 10 03/10/2024
3.1.0-preview2.19528.8 8 03/09/2024
3.1.0-preview1.19508.20 8 03/09/2024
3.0.3 8 03/22/2024
3.0.2 9 03/07/2024
3.0.0 10 03/02/2024
3.0.0-rc1.19457.4 6 01/18/2025
3.0.0-preview9.19424.4 9 03/09/2024
3.0.0-preview8.19405.7 9 03/06/2024
3.0.0-preview7.19365.7 9 03/09/2024
3.0.0-preview6.19307.2 9 03/10/2024
3.0.0-preview5-19227-01 8 03/02/2024
3.0.0-preview4-19216-03 10 03/09/2024
3.0.0-preview3-19153-02 10 03/10/2024
3.0.0-preview-19075-0444 9 03/28/2024
3.0.0-preview-18579-0056 9 03/09/2024
2.2.8 10 03/06/2024
2.2.0 10 03/01/2024
2.2.0-preview3-35497 9 03/09/2024
2.2.0-preview2-35157 9 03/09/2024