CookieAuthenticationMiddleware 类

定义

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>)

属性

AuthenticationScheme (继承自 AuthenticationMiddleware<TOptions>)
Logger (继承自 AuthenticationMiddleware<TOptions>)
Options (继承自 AuthenticationMiddleware<TOptions>)
UrlEncoder (继承自 AuthenticationMiddleware<TOptions>)

方法

CreateHandler()
Invoke(HttpContext) (继承自 AuthenticationMiddleware<TOptions>)

适用于