2 references to KeyRingRefreshPeriod
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingProvider.cs (2)
116
var minExpirationDate = now + KeyManagementOptions.
KeyRingRefreshPeriod
+ KeyManagementOptions.KeyPropagationWindow;
187
var nextAutoRefreshTime = now + GetRefreshPeriodWithJitter(KeyManagementOptions.
KeyRingRefreshPeriod
);