AppServiceAuthenticationMiddleware クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
は 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 ミドルウェアを提供します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET