1 write to _newKeyLifetime
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingProvider.cs (1)
52
_newKeyLifetime
= options.NewKeyLifetime;
2 references to _newKeyLifetime
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingProvider.cs (2)
158
var newKey = _keyManager.CreateNewKey(activationDate: now, expirationDate: now +
_newKeyLifetime
);
166
var newKey = _keyManager.CreateNewKey(activationDate: defaultKey.ExpirationDate, expirationDate: now +
_newKeyLifetime
);