Microsoft.AspNetCore.DataProtection.EntityFrameworkCore Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types that allow storing keys with Entity Framework Core.
Classes
DataProtectionKey |
Code first model used by EntityFrameworkCoreXmlRepository<TContext>. |
EntityFrameworkCoreXmlRepository<TContext> |
An IXmlRepository backed by an EntityFrameworkCore datastore. |
Interfaces
IDataProtectionKeyContext |
Interface used to store instances of DataProtectionKey in a DbContext |
Remarks
For more information about data protection storage, see Key storage providers.