2 writes to NewKeyLifetime
Microsoft.AspNetCore.DataProtection (2)
DataProtectionBuilderExtensions.cs (1)
412
options.
NewKeyLifetime
= lifetime;
Internal\KeyManagementOptionsSetup.cs (1)
52
options.
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)
66
Assert.Equal(TimeSpan.FromDays(1024), options.
NewKeyLifetime
);