Share via


CookieAuthenticationDefaults 类

定义

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

适用于