1 write to _defaultKeyResolver
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingProvider.cs (1)
55
_defaultKeyResolver
= defaultKeyResolver;
2 references to _defaultKeyResolver
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingProvider.cs (2)
88
var defaultKeyPolicy =
_defaultKeyResolver
.ResolveDefaultKeyPolicy(now, allKeys);
120
(
_defaultKeyResolver
.ResolveDefaultKeyPolicy(defaultKeyExpirationDate, allKeys).DefaultKey is not { } nextDefaultKey ||