你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppServiceAuthenticationMiddleware 构造函数

定义

初始化 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)

参数

next
Microsoft.Owin.OwinMiddleware

下一个 Microsoft.Owin.OwinMiddleware

appBuilder
Owin.IAppBuilder

要配置的 Owin.IAppBuilder

options
AppServiceAuthenticationOptions

此中间件的选项。

适用于