CookieAuthenticationOptions.CookieManager Propiedad

Definición

Componente que se usa para obtener cookies de la solicitud o para establecerlas en la respuesta.

Se usará ChunkingCookieManager de forma predeterminada.

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

Valor de propiedad

Se aplica a