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