2 writes to NewKeyLifetime
Microsoft.AspNetCore.DataProtection (2)
DataProtectionBuilderExtensions.cs (1)
412options.NewKeyLifetime = lifetime;
Internal\KeyManagementOptionsSetup.cs (1)
52options.NewKeyLifetime = TimeSpan.FromDays(context.DefaultKeyLifetime.Value);
3 references to NewKeyLifetime
Microsoft.AspNetCore.DataProtection (2)
DataProtectionBuilderExtensions.cs (1)
398/// See <see cref="KeyManagementOptions.NewKeyLifetime"/> for more information and
KeyManagement\KeyRingProvider.cs (1)
52_newKeyLifetime = options.NewKeyLifetime;
Microsoft.AspNetCore.DataProtection.Tests (1)
Internal\KeyManagementOptionsSetupTest.cs (1)
66Assert.Equal(TimeSpan.FromDays(1024), options.NewKeyLifetime);