MicrosoftAccountMiddleware Klasse

Definition

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mithilfe des Microsoft-Kontodiensts.

public ref class MicrosoftAccountMiddleware : Microsoft::AspNetCore::Authentication::OAuth::OAuthMiddleware<Microsoft::AspNetCore::Builder::MicrosoftAccountOptions ^>
public class MicrosoftAccountMiddleware : Microsoft.AspNetCore.Authentication.OAuth.OAuthMiddleware<Microsoft.AspNetCore.Builder.MicrosoftAccountOptions>
type MicrosoftAccountMiddleware = class
    inherit OAuthMiddleware<MicrosoftAccountOptions>
Public Class MicrosoftAccountMiddleware
Inherits OAuthMiddleware(Of MicrosoftAccountOptions)
Vererbung

Konstruktoren

MicrosoftAccountMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<SharedAuthenticationOptions>, IOptions<MicrosoftAccountOptions>)

Initialisiert eine neue MicrosoftAccountMiddleware.

Eigenschaften

AuthenticationScheme

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mithilfe des Microsoft-Kontodiensts.

(Geerbt von AuthenticationMiddleware<TOptions>)
Backchannel

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mithilfe des Microsoft-Kontodiensts.

(Geerbt von OAuthMiddleware<TOptions>)
Logger

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mithilfe des Microsoft-Kontodiensts.

(Geerbt von AuthenticationMiddleware<TOptions>)
Options

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mithilfe des Microsoft-Kontodiensts.

(Geerbt von AuthenticationMiddleware<TOptions>)
UrlEncoder

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mithilfe des Microsoft-Kontodiensts.

(Geerbt von AuthenticationMiddleware<TOptions>)

Methoden

CreateHandler()

Stellt das -Objekt für die AuthenticationHandler<TOptions> Verarbeitung authentifizierungsbezogener Anforderungen bereit.

Invoke(HttpContext)

Eine ASP.NET Core Middleware für die Authentifizierung von Benutzern mithilfe des Microsoft-Kontodiensts.

(Geerbt von AuthenticationMiddleware<TOptions>)

Gilt für: