1 write to _keyRing
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\KeyRingBasedDataProtectorTests.cs (1)
353public TestKeyRingProvider(CacheableKeyRing keys) => _keyRing = keys;
1 reference to _keyRing
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\KeyRingBasedDataProtectorTests.cs (1)
355public CacheableKeyRing GetCacheableKeyRing(DateTimeOffset now) => _keyRing;