CookieAuthenticationDefaults クラス

定義

Cookie ベースの認証ハンドラーに関連する既定値

public ref class CookieAuthenticationDefaults abstract sealed
public static class CookieAuthenticationDefaults
type CookieAuthenticationDefaults = class
Public Class CookieAuthenticationDefaults
継承
CookieAuthenticationDefaults

フィールド

AccessDeniedPath

CookieAuthenticationOptions.AccessDeniedPath の CookieAuthenticationMiddleware で使用される既定値

AuthenticationScheme

CookieAuthenticationOptions.AuthenticationScheme に使用される既定値

CookiePrefix

既定の CookieAuthenticationOptions.CookieName を指定するために使用されるプレフィックス

LoginPath

CookieAuthenticationOptions.LoginPath の CookieAuthenticationMiddleware で使用される既定値

LogoutPath

CookieAuthenticationOptions.LogoutPath の CookieAuthenticationMiddleware で使用される既定値

ReturnUrlParameter

CookieAuthenticationOptions.ReturnUrlParameter の既定値

適用対象