3 references to CreateCacheableKeyRingCore
Microsoft.AspNetCore.DataProtection (3)
KeyManagement\KeyRingProvider.cs (3)
159
return
CreateCacheableKeyRingCore
(now, keyJustAdded: newKey); // recursively call
167
return
CreateCacheableKeyRingCore
(now, keyJustAdded: newKey); // recursively call
499
return
CreateCacheableKeyRingCore
(now, keyJustAdded: null);