次の方法で共有


ServiceAuthenticationMiddleware コンストラクター

定義

ServiceAuthenticationMiddleware クラスの新しいインスタンスを初期化します。

public ServiceAuthenticationMiddleware (Microsoft.Owin.OwinMiddleware next, Owin.IAppBuilder appBuilder, Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationOptions options, Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler tokenHandler);
new Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationMiddleware : Microsoft.Owin.OwinMiddleware * Owin.IAppBuilder * Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationOptions * Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler -> Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationMiddleware
Public Sub New (next As OwinMiddleware, appBuilder As IAppBuilder, options As ServiceAuthenticationOptions, tokenHandler As IServiceTokenHandler)

パラメーター

next
Microsoft.Owin.OwinMiddleware

次の Microsoft.Owin.OwinMiddleware

appBuilder
Owin.IAppBuilder

構成する Owin.IAppBuilder

options
ServiceAuthenticationOptions

このミドルウェアのオプション。

tokenHandler
IServiceTokenHandler

IServiceTokenHandlerトークンの処理に使用する 。

適用対象