次の方法で共有


IdentityCookieOptions.ApplicationCookie プロパティ

定義

アプリケーション Cookie のオプション。

public:
 property Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ ApplicationCookie { Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ get(); void set(Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ value); };
public Microsoft.AspNetCore.Builder.CookieAuthenticationOptions ApplicationCookie { get; set; }
member this.ApplicationCookie : Microsoft.AspNetCore.Builder.CookieAuthenticationOptions with get, set
Public Property ApplicationCookie As CookieAuthenticationOptions

プロパティ値

適用対象