Use IDistributedCache in Microsoft.Extensions.Caching.Distributed to store keys of Microsoft.AspNetCore.DataProtection.
public void ConfigureServices(IServiceCollection services)
{
services.AddDataProtection().PersistKeysToDistributedStore();
}| Name | Name | Last commit date | ||
|---|---|---|---|---|