次の方法で共有


ServiceAuthenticationMiddleware クラス

定義

ServiceAuthenticationMiddleware 、ログイン コントローラーを使用して既に認証されている、またはアプリケーション キーまたはマスター キー (管理者アクセス用) に一致する HTTP 基本認証資格情報を提供している呼び出し元を認証するための OWIN ミドルウェアを提供します。

public class ServiceAuthenticationMiddleware : Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationOptions>
type ServiceAuthenticationMiddleware = class
    inherit AuthenticationMiddleware<ServiceAuthenticationOptions>
Public Class ServiceAuthenticationMiddleware
Inherits AuthenticationMiddleware(Of ServiceAuthenticationOptions)
継承
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<ServiceAuthenticationOptions>
ServiceAuthenticationMiddleware

コンストラクター

ServiceAuthenticationMiddleware(OwinMiddleware, IAppBuilder, ServiceAuthenticationOptions, IServiceTokenHandler)

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

メソッド

CreateHandler()

ServiceAuthenticationMiddleware 、ログイン コントローラーを使用して既に認証されている、またはアプリケーション キーまたはマスター キー (管理者アクセス用) に一致する HTTP 基本認証資格情報を提供している呼び出し元を認証するための OWIN ミドルウェアを提供します。

適用対象