Compartilhar via


AppServiceAuthenticationMiddleware Classe

Definição

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