CookieSlidingExpirationContext Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the context object.
public CookieSlidingExpirationContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions options, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket, TimeSpan elapsedTime, TimeSpan remainingTime);
new Microsoft.AspNetCore.Authentication.Cookies.CookieSlidingExpirationContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions * Microsoft.AspNetCore.Authentication.AuthenticationTicket * TimeSpan * TimeSpan -> Microsoft.AspNetCore.Authentication.Cookies.CookieSlidingExpirationContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As CookieAuthenticationOptions, ticket As AuthenticationTicket, elapsedTime As TimeSpan, remainingTime As TimeSpan)
Parameters
- context
- HttpContext
- scheme
- AuthenticationScheme
- options
- CookieAuthenticationOptions
- ticket
- AuthenticationTicket
Contains the initial values for identity and extra data
- elapsedTime
- TimeSpan
- remainingTime
- TimeSpan