AppServicesAuthenticationHandler 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.
App-Dienstauthentifizierungshandler.
public class AppServicesAuthenticationHandler : Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.Identity.Web.AppServicesAuthenticationOptions>
type AppServicesAuthenticationHandler = class
inherit AuthenticationHandler<AppServicesAuthenticationOptions>
Public Class AppServicesAuthenticationHandler
Inherits AuthenticationHandler(Of AppServicesAuthenticationOptions)
- Vererbung
-
AppServicesAuthenticationHandler
Konstruktoren
| Name | Beschreibung |
|---|---|
| AppServicesAuthenticationHandler(IOptionsMonitor<AppServicesAuthenticationOptions>, ILoggerFactory, UrlEncoder) |
App-Dienstauthentifizierungshandler. |
Methoden
| Name | Beschreibung |
|---|---|
| HandleAuthenticateAsync() |
App-Dienstauthentifizierungshandler. |