2 writes to AutoRefreshWindowEnd
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingProvider.cs (1)
59
AutoRefreshWindowEnd
= DateTime.UtcNow.AddMinutes(2);
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\KeyRingBasedDataProtectorTests.cs (1)
301
keyRingProvider.
AutoRefreshWindowEnd
= DateTime.UtcNow;
1 reference to AutoRefreshWindowEnd
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingProvider.cs (1)
79
internal bool InAutoRefreshWindow() => DateTime.UtcNow <
AutoRefreshWindowEnd
;