AuthenticationMiddleware Klasse

Definition

Middleware, die die Authentifizierung ausführt.

public ref class AuthenticationMiddleware
public class AuthenticationMiddleware
type AuthenticationMiddleware = class
Public Class AuthenticationMiddleware
Vererbung
AuthenticationMiddleware

Konstruktoren

AuthenticationMiddleware(RequestDelegate, IAuthenticationSchemeProvider)

Initialisiert eine neue Instanz von AuthenticationMiddleware.

Eigenschaften

Schemes

Ruft den IAuthenticationSchemeProvider ab oder legt diesen fest.

Methoden

Invoke(HttpContext)

Ruft die Middleware auf, die die Authentifizierung ausführt.

Gilt für: