CookieAuthenticationMiddleware Classe

Definizione

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

Costruttori

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

Proprietà

AuthenticationScheme (Ereditato da AuthenticationMiddleware<TOptions>)
Logger (Ereditato da AuthenticationMiddleware<TOptions>)
Options (Ereditato da AuthenticationMiddleware<TOptions>)
UrlEncoder (Ereditato da AuthenticationMiddleware<TOptions>)

Metodi

CreateHandler()
Invoke(HttpContext) (Ereditato da AuthenticationMiddleware<TOptions>)

Si applica a