CookieAuthenticationMiddleware Classe

Definição

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)
Herança

Construtores

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

Propriedades

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

Métodos

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

Aplica-se a