次の方法で共有


AppServiceAuthenticationMiddleware クラス

定義

AppServiceAuthenticationMiddleware 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証するための OWIN ミドルウェアを提供します。

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)
継承
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<AppServiceAuthenticationOptions>
AppServiceAuthenticationMiddleware

コンストラクター

AppServiceAuthenticationMiddleware(OwinMiddleware, IAppBuilder, AppServiceAuthenticationOptions)

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

メソッド

CreateHandler()

AppServiceAuthenticationMiddleware 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証するための OWIN ミドルウェアを提供します。

適用対象