1 write to CacheableKeyRingProvider
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingProvider.cs (1)
54CacheableKeyRingProvider = this;
2 references to CacheableKeyRingProvider
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingProvider.cs (2)
274newCacheableKeyRing = CacheableKeyRingProvider.GetCacheableKeyRing(utcNow); 367utcNowState => CacheableKeyRingProvider.GetCacheableKeyRing((DateTime)utcNowState!),