3 writes to IssuedUtc
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (2)
254
properties.
IssuedUtc
= _refreshIssuedUtc;
319
signInContext.Properties.
IssuedUtc
= issuedUtc;
Microsoft.AspNetCore.Identity (1)
SecurityStampValidator.cs (1)
117
context.Properties.
IssuedUtc
= TimeProvider.GetUtcNow();
5 references to IssuedUtc
Microsoft.AspNetCore.Authentication.Cookies (4)
CookieAuthenticationHandler.cs (4)
95
var issuedUtc = ticket.Properties.
IssuedUtc
;
118
var issuedUtc = ticket.Properties.
IssuedUtc
;
312
if (signInContext.Properties.
IssuedUtc
.HasValue)
314
issuedUtc = signInContext.Properties.
IssuedUtc
.Value;
Microsoft.AspNetCore.Identity (1)
SecurityStampValidator.cs (1)
139
var issuedUtc = context.Properties.
IssuedUtc
;