1 implementation of DataProtectionKeys
EntityFrameworkCoreSample (1)
Program.cs (1)
47public DbSet<DataProtectionKey> DataProtectionKeys { get; set; }
2 references to DataProtectionKeys
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (2)
EntityFrameworkCoreXmlRepository.cs (2)
52foreach (var key in context.DataProtectionKeys.AsNoTracking()) 77context.DataProtectionKeys.Add(newKey);