AppServicesAuthenticationHandler Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Gestore di autenticazione del servizio app.
public class AppServicesAuthenticationHandler : Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.Identity.Web.AppServicesAuthenticationOptions>
type AppServicesAuthenticationHandler = class
inherit AuthenticationHandler<AppServicesAuthenticationOptions>
Public Class AppServicesAuthenticationHandler
Inherits AuthenticationHandler(Of AppServicesAuthenticationOptions)
- Ereditarietà
-
AppServicesAuthenticationHandler
Costruttori
| Nome | Descrizione |
|---|---|
| AppServicesAuthenticationHandler(IOptionsMonitor<AppServicesAuthenticationOptions>, ILoggerFactory, UrlEncoder) |
Gestore di autenticazione del servizio app. |
Metodi
| Nome | Descrizione |
|---|---|
| HandleAuthenticateAsync() |
Gestore di autenticazione del servizio app. |