Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 11.0.0-rc.1.26425.128

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
16
AlphaOAuth.Context
Package Description
17
AlphaOAuth.Context
Package Description
18
AlphaOAuth.Context
Package Description
19
AlphaOAuth.Context
Package Description
20
AlphaOAuth.Context
Package Description
22
AlphaOAuth.Context
Package Description
24
AlphaOAuth.Context
Package Description
25

.NET 11.0

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