1 write to DefaultKeyLifetime
Microsoft.AspNetCore.DataProtection (1)
RegistryPolicy.cs (1)
19DefaultKeyLifetime = defaultKeyLifetime;
2 references to DefaultKeyLifetime
Microsoft.AspNetCore.DataProtection (2)
Internal\KeyManagementOptionsSetup.cs (2)
50if (context.DefaultKeyLifetime.HasValue) 52options.NewKeyLifetime = TimeSpan.FromDays(context.DefaultKeyLifetime.Value);