CookieAuthenticationOptions.CookieManager 속성

정의

요청에서 쿠키를 가져오거나 응답에 설정하는 데 사용되는 구성 요소입니다.

기본적으로 ChunkingCookieManager가 사용됩니다.

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

속성 값

적용 대상