You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Microsoft.AspNetCore.DataProtection.EntityFrameworkCore` provides a mechanism for storing data protection keys to a database using Entity Framework Core.
4
+
5
+
## How to Use
6
+
7
+
To use `Microsoft.AspNetCore.DataProtection.EntityFrameworkCore`, follow these steps:
For additional documentation and examples, refer to the [official documentation](https://learn.microsoft.com/aspnet/core/security/data-protection/implementation/key-storage-providers#entity-framework-core) on the Entity Framework Core key storage provider.
42
+
43
+
## Feedback & Contributing
44
+
45
+
`Microsoft.AspNetCore.DataProtection.EntityFrameworkCore` is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).
0 commit comments