次の方法で共有


CookieSlidingExpirationContext コンストラクター

定義

コンテキスト オブジェクトの新しいインスタンスを作成します。

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)

パラメーター

context
HttpContext
ticket
AuthenticationTicket

ID および追加のデータの初期値を格納します

elapsedTime
TimeSpan
remainingTime
TimeSpan

適用対象