Udostępnij przez


CookieAuthenticationMiddleware Klasa

Definicja

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

Konstruktory

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

Właściwości

AuthenticationScheme (Odziedziczone po AuthenticationMiddleware<TOptions>)
Logger (Odziedziczone po AuthenticationMiddleware<TOptions>)
Options (Odziedziczone po AuthenticationMiddleware<TOptions>)
UrlEncoder (Odziedziczone po AuthenticationMiddleware<TOptions>)

Metody

CreateHandler()
Invoke(HttpContext) (Odziedziczone po AuthenticationMiddleware<TOptions>)

Dotyczy