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