CookieAuthenticationMiddleware 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class CookieAuthenticationMiddleware : Microsoft::AspNetCore::Authentication::AuthenticationMiddleware<Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^>
public class CookieAuthenticationMiddleware : Microsoft.AspNetCore.Authentication.AuthenticationMiddleware<Microsoft.AspNetCore.Builder.CookieAuthenticationOptions>
type CookieAuthenticationMiddleware = class
inherit AuthenticationMiddleware<CookieAuthenticationOptions>
Public Class CookieAuthenticationMiddleware
Inherits AuthenticationMiddleware(Of CookieAuthenticationOptions)
- 继承
构造函数
CookieAuthenticationMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<CookieAuthenticationOptions>) |
属性
方法
CreateHandler() | |
Invoke(HttpContext) | (继承自 AuthenticationMiddleware<TOptions>) |