CookieAuthenticationMiddleware Klasse

Definition

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

Konstruktoren

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

Eigenschaften

AuthenticationScheme (Geerbt von AuthenticationMiddleware<TOptions>)
Logger (Geerbt von AuthenticationMiddleware<TOptions>)
Options (Geerbt von AuthenticationMiddleware<TOptions>)
UrlEncoder (Geerbt von AuthenticationMiddleware<TOptions>)

Methoden

CreateHandler()
Invoke(HttpContext) (Geerbt von AuthenticationMiddleware<TOptions>)

Gilt für: