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