Partager via


AppServiceAuthenticationMiddleware Constructeur

Définition

Initialise une nouvelle instance de la classe AppServiceAuthenticationMiddleware.

public AppServiceAuthenticationMiddleware (Microsoft.Owin.OwinMiddleware next, Owin.IAppBuilder appBuilder, Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions options);
new Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationMiddleware : Microsoft.Owin.OwinMiddleware * Owin.IAppBuilder * Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions -> Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationMiddleware
Public Sub New (next As OwinMiddleware, appBuilder As IAppBuilder, options As AppServiceAuthenticationOptions)

Paramètres

next
Microsoft.Owin.OwinMiddleware

Microsoft.Owin.OwinMiddleware suivant.

appBuilder
Owin.IAppBuilder

Owin.IAppBuilder à configurer.

options
AppServiceAuthenticationOptions

Options de ce middleware.

S’applique à