1 implementation of GetCacheableKeyRing
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingProvider.cs (1)
532CacheableKeyRing ICacheableKeyRingProvider.GetCacheableKeyRing(DateTimeOffset now)
3 references to GetCacheableKeyRing
Microsoft.AspNetCore.DataProtection (3)
KeyManagement\KeyRingProvider.cs (3)
274newCacheableKeyRing = CacheableKeyRingProvider.GetCacheableKeyRing(utcNow); 383newCacheableKeyRing = CacheableKeyRingProvider.GetCacheableKeyRing(utcNow); 404utcNowState => CacheableKeyRingProvider.GetCacheableKeyRing((DateTime)utcNowState!),