1 write to _refreshExpiresUtc
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
128_refreshExpiresUtc = currentUtc.Add(timeSpan);
4 references to _refreshExpiresUtc
Microsoft.AspNetCore.Authentication.Cookies (4)
CookieAuthenticationHandler.cs (4)
258if (_refreshExpiresUtc.HasValue) 260properties.ExpiresUtc = _refreshExpiresUtc; 276if (properties.IsPersistent && _refreshExpiresUtc.HasValue) 278cookieOptions.Expires = _refreshExpiresUtc.Value.ToUniversalTime();