1 write to DefaultKeyLifetime
Microsoft.AspNetCore.DataProtection (1)
RegistryPolicy.cs (1)
19DefaultKeyLifetime = defaultKeyLifetime;
4 references to DefaultKeyLifetime
Microsoft.AspNetCore.DataProtection (2)
Internal\KeyManagementOptionsSetup.cs (2)
50if (context.DefaultKeyLifetime.HasValue) 52options.NewKeyLifetime = TimeSpan.FromDays(context.DefaultKeyLifetime.Value);
Microsoft.AspNetCore.DataProtection.Tests (2)
RegistryPolicyResolverTests.cs (2)
28Assert.Null(context.DefaultKeyLifetime); 84Assert.Equal(1024, context.DefaultKeyLifetime);