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)
258
if (
_refreshExpiresUtc
.HasValue)
260
properties.ExpiresUtc =
_refreshExpiresUtc
;
276
if (properties.IsPersistent &&
_refreshExpiresUtc
.HasValue)
278
cookieOptions.Expires =
_refreshExpiresUtc
.Value.ToUniversalTime();