1 write to ShouldGenerateNewKey
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\DefaultKeyResolver.cs (1)
219retVal.ShouldGenerateNewKey = defaultKey is null;
2 references to ShouldGenerateNewKey
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\Internal\DefaultKeyResolution.cs (1)
23/// honor the <see cref="ShouldGenerateNewKey"/> property. This property may
KeyManagement\KeyRingProvider.cs (1)
105if (defaultKeyPolicy.ShouldGenerateNewKey || defaultKey == null)