Share via


CookieAuthenticationOptions.CookieManager Propriété

Définition

Composant utilisé pour obtenir les cookies de la demande ou les définir dans la réponse.

ChunkingCookieManager est utilisé par défaut.

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

Valeur de propriété

S’applique à