5 references to DataProtectionKeyContext
EntityFrameworkCoreSample (5)
Migrations\20181219214311_AddDataProtectionKeys.Designer.cs (1)
11[DbContext(typeof(DataProtectionKeyContext))]
Migrations\DataProtectionKeyContextModelSnapshot.cs (1)
10[DbContext(typeof(DataProtectionKeyContext))]
Program.cs (3)
19.AddDbContext<DataProtectionKeyContext>(o => 28.PersistKeysToDbContext<DataProtectionKeyContext>() 45public DataProtectionKeyContext(DbContextOptions<DataProtectionKeyContext> options) : base(options) { }