AppServiceAuthenticationMiddleware Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit AppServiceAuthenticationMiddleware l’intergiciel OWIN pour l’authentification d’un appelant qui s’est déjà authentifié à l’aide du contrôleur de connexion.
public class AppServiceAuthenticationMiddleware : Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions>
type AppServiceAuthenticationMiddleware = class
inherit AuthenticationMiddleware<AppServiceAuthenticationOptions>
Public Class AppServiceAuthenticationMiddleware
Inherits AuthenticationMiddleware(Of AppServiceAuthenticationOptions)
- Héritage
-
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<AppServiceAuthenticationOptions>AppServiceAuthenticationMiddleware
Constructeurs
AppServiceAuthenticationMiddleware(OwinMiddleware, IAppBuilder, AppServiceAuthenticationOptions) |
Initialise une nouvelle instance de la classe AppServiceAuthenticationMiddleware. |
Méthodes
CreateHandler() |
Fournit AppServiceAuthenticationMiddleware l’intergiciel OWIN pour l’authentification d’un appelant qui s’est déjà authentifié à l’aide du contrôleur de connexion. |
S’applique à
Azure SDK for .NET