CookieAuthenticationOptions.SessionStore Propiedad

Definición

Contenedor opcional para almacenar las solicitudes entre identidades. Cuando se usa, solo se envía un identificador de sesión al cliente. Esto puede ayudar a minimizar los posibles problemas con identidades muy grandes.

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; }
member this.SessionStore : Microsoft.AspNetCore.Authentication.Cookies.ITicketStore with get, set
Public Property SessionStore As ITicketStore

Valor de propiedad

Se aplica a