4 references to Subtract
Microsoft.AspNetCore.Authentication.Cookies (3)
CookieAuthenticationHandler.cs (3)
100
var timeElapsed = currentUtc.
Subtract
(issuedUtc.Value);
101
var timeRemaining = expiresUtc.Value.
Subtract
(currentUtc);
126
var timeSpan = expiresUtc.Value.
Subtract
(issuedUtc.Value);
Microsoft.AspNetCore.Identity (1)
SecurityStampValidator.cs (1)
145
var timeElapsed = currentUtc.
Subtract
(issuedUtc.Value);