CookieAuthenticationDefaults 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
與 Cookie 型驗證處理常式相關的預設值
public ref class CookieAuthenticationDefaults abstract sealed
public static class CookieAuthenticationDefaults
type CookieAuthenticationDefaults = class
Public Class CookieAuthenticationDefaults
- 繼承
-
CookieAuthenticationDefaults
欄位
AccessDeniedPath |
CookieAuthenticationMiddleware 用於 CookieAuthenticationOptions.AccessDeniedPath 的預設值 |
AuthenticationScheme |
用於 CookieAuthenticationOptions.AuthenticationScheme 的預設值 |
CookiePrefix |
用來提供預設 CookieAuthenticationOptions.CookieName 的前置字元 |
LoginPath |
CookieAuthenticationMiddleware 針對 CookieAuthenticationOptions.LoginPath 所使用的預設值 |
LogoutPath |
CookieAuthenticationMiddleware 用於 CookieAuthenticationOptions.LogoutPath 的預設值 |
ReturnUrlParameter |
CookieAuthenticationOptions.ReturnUrlParameter 的預設值 |