CookieAuthenticationMiddleware Class

Definition

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

Constructors

CookieAuthenticationMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<CookieAuthenticationOptions>)

Properties

AuthenticationScheme (Inherited from AuthenticationMiddleware<TOptions>)
Logger (Inherited from AuthenticationMiddleware<TOptions>)
Options (Inherited from AuthenticationMiddleware<TOptions>)
UrlEncoder (Inherited from AuthenticationMiddleware<TOptions>)

Methods

CreateHandler()
Invoke(HttpContext) (Inherited from AuthenticationMiddleware<TOptions>)

Applies to