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