3 writes to CacheableKeyRingProvider
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingProvider.cs (1)
54
CacheableKeyRingProvider
= this;
Microsoft.AspNetCore.DataProtection.Tests (2)
KeyManagement\KeyRingBasedDataProtectorTests.cs (1)
243
CacheableKeyRingProvider
= cacheableKeyRingProvider
KeyManagement\KeyRingProviderTests.cs (1)
891
CacheableKeyRingProvider
= cacheableKeyRingProvider
2 references to CacheableKeyRingProvider
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingProvider.cs (2)
274
newCacheableKeyRing =
CacheableKeyRingProvider
.GetCacheableKeyRing(utcNow);
367
utcNowState =>
CacheableKeyRingProvider
.GetCacheableKeyRing((DateTime)utcNowState!),