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