1 write to ShouldGenerateNewKey
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\DefaultKeyResolver.cs (1)
219
retVal.
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)
105
if (defaultKeyPolicy.
ShouldGenerateNewKey
|| defaultKey == null)