AppServiceAuthenticationMiddleware Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O AppServiceAuthenticationMiddleware fornece o middleware OWIN para autenticar um chamador que já foi autenticado usando o controlador de logon.
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)
- Herança
-
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<AppServiceAuthenticationOptions>AppServiceAuthenticationMiddleware
Construtores
AppServiceAuthenticationMiddleware(OwinMiddleware, IAppBuilder, AppServiceAuthenticationOptions) |
Inicializa uma nova instância da classe AppServiceAuthenticationMiddleware. |
Métodos
CreateHandler() |
O AppServiceAuthenticationMiddleware fornece o middleware OWIN para autenticar um chamador que já foi autenticado usando o controlador de logon. |
Aplica-se a
Azure SDK for .NET