Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 11.0.0-preview.6.26359.118

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
11
AlphaOAuth.Context
Package Description
12
AlphaOAuth.Context
Package Description
13
AlphaOAuth.Context
Package Description
14
AlphaOAuth.Context
Package Description
15
AlphaOAuth.Context
Package Description
16
AlphaOAuth.Context
Package Description
19

.NET 11.0

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