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