CookieAuthenticationOptions.CookieManager プロパティ

定義

Cookie を要求から取得したり応答に設定したりするときに使用するコンポーネント。

既定では 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

プロパティ値

適用対象