CookieAuthenticationOptions.SessionStore プロパティ

定義

複数の要求にわたって ID を格納するオプションのコンテナー。 使用した場合、セッション識別子のみがクライアントに送信されます。 ID がきわめて大きいことによって生じる可能性のある問題を軽減することができます。

public:
 property Microsoft::AspNetCore::Authentication::Cookies::ITicketStore ^ SessionStore { Microsoft::AspNetCore::Authentication::Cookies::ITicketStore ^ get(); void set(Microsoft::AspNetCore::Authentication::Cookies::ITicketStore ^ value); };
public Microsoft.AspNetCore.Authentication.Cookies.ITicketStore SessionStore { get; set; }
public Microsoft.AspNetCore.Authentication.Cookies.ITicketStore? SessionStore { get; set; }
member this.SessionStore : Microsoft.AspNetCore.Authentication.Cookies.ITicketStore with get, set
Public Property SessionStore As ITicketStore

プロパティ値

適用対象