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