1 write to _refreshExpiresUtc
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
127_refreshExpiresUtc = currentUtc.Add(timeSpan);
4 references to _refreshExpiresUtc
Microsoft.AspNetCore.Authentication.Cookies (4)
CookieAuthenticationHandler.cs (4)
257if (_refreshExpiresUtc.HasValue) 259properties.ExpiresUtc = _refreshExpiresUtc; 275if (properties.IsPersistent && _refreshExpiresUtc.HasValue) 277cookieOptions.Expires = _refreshExpiresUtc.Value.ToUniversalTime();