Microsoft.AspNetCore.DataProtection.EntityFrameworkCore Namespace

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.