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)
257
if (
_refreshExpiresUtc
.HasValue)
259
properties.ExpiresUtc =
_refreshExpiresUtc
;
275
if (properties.IsPersistent &&
_refreshExpiresUtc
.HasValue)
277
cookieOptions.Expires =
_refreshExpiresUtc
.Value.ToUniversalTime();