2 references to KeyPropagationWindow
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\DefaultKeyResolver.cs (1)
62
_keyPropagationWindow = KeyManagementOptions.
KeyPropagationWindow
;
KeyManagement\KeyRingProvider.cs (1)
116
var minExpirationDate = now + KeyManagementOptions.KeyRingRefreshPeriod + KeyManagementOptions.
KeyPropagationWindow
;