CookieAuthenticationMiddleware Třída

Definice

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)
Dědičnost

Konstruktory

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

Vlastnosti

AuthenticationScheme (Zděděno od AuthenticationMiddleware<TOptions>)
Logger (Zděděno od AuthenticationMiddleware<TOptions>)
Options (Zděděno od AuthenticationMiddleware<TOptions>)
UrlEncoder (Zděděno od AuthenticationMiddleware<TOptions>)

Metody

CreateHandler()
Invoke(HttpContext) (Zděděno od AuthenticationMiddleware<TOptions>)

Platí pro