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