CookieAuthenticationDefaults クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 の既定値 |