1 implementation of IDataProtectionKeyContext
EntityFrameworkCoreSample (1)
Program.cs (1)
43class DataProtectionKeyContext : DbContext, IDataProtectionKeyContext
2 references to IDataProtectionKeyContext
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (2)
EntityFrameworkCoreDataProtectionExtensions.cs (1)
25where TContext : DbContext, IDataProtectionKeyContext
EntityFrameworkCoreXmlRepository.cs (1)
18where TContext : DbContext, IDataProtectionKeyContext