CookieAuthenticationEvents.CheckSlidingExpiration Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wird aufgerufen, um zu überprüfen, ob das Cookie erneuert werden soll.
public virtual System.Threading.Tasks.Task CheckSlidingExpiration (Microsoft.AspNetCore.Authentication.Cookies.CookieSlidingExpirationContext context);
abstract member CheckSlidingExpiration : Microsoft.AspNetCore.Authentication.Cookies.CookieSlidingExpirationContext -> System.Threading.Tasks.Task
override this.CheckSlidingExpiration : Microsoft.AspNetCore.Authentication.Cookies.CookieSlidingExpirationContext -> System.Threading.Tasks.Task
Public Overridable Function CheckSlidingExpiration (context As CookieSlidingExpirationContext) As Task