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 的默认值 |