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