MicrosoftAccountMiddleware Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
-
MicrosoftAccountMiddleware
Konstruktoren
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>) |