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