1 write to KeyRing
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\Internal\CacheableKeyRing.cs (1)
27KeyRing = keyRing;
11 references to KeyRing
Microsoft.AspNetCore.DataProtection (11)
KeyManagement\Internal\CacheableKeyRing.cs (1)
49return new CacheableKeyRing(CancellationToken.None, now + extension, KeyRing);
KeyManagement\KeyRingProvider.cs (10)
237return existingCacheableKeyRing.KeyRing; 259return existingCacheableKeyRing.KeyRing; 305return newCacheableKeyRing.KeyRing; 313return existingCacheableKeyRing.KeyRing; 340return cached.KeyRing; 356return existingCacheableKeyRing.KeyRing; 396return newCacheableKeyRing.KeyRing; 433return existingCacheableKeyRing.KeyRing; 465newKeyRing = newCacheableKeyRing.KeyRing; 497return newCacheableKeyRing.KeyRing;