CookieAuthenticationMiddleware Clase

Definición

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

Constructores

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

Propiedades

AuthenticationScheme (Heredado de AuthenticationMiddleware<TOptions>)
Logger (Heredado de AuthenticationMiddleware<TOptions>)
Options (Heredado de AuthenticationMiddleware<TOptions>)
UrlEncoder (Heredado de AuthenticationMiddleware<TOptions>)

Métodos

CreateHandler()
Invoke(HttpContext) (Heredado de AuthenticationMiddleware<TOptions>)

Se aplica a