CookieAuthenticationOptions.CookieName プロパティ

定義

ID を保持するために使用する Cookie 名を決定します。 既定値は です。AspNetCore.Cookies" この値は、AuthenticationScheme の名前を変更する場合に変更する必要があります(特に、システムで Cookie 認証ミドルウェアが複数回使用されている場合)。

public:
 property System::String ^ CookieName { System::String ^ get(); void set(System::String ^ value); };
public string CookieName { get; set; }
member this.CookieName : string with get, set
Public Property CookieName As String

プロパティ値

適用対象