次の方法で共有


AppServiceAuthenticationHandler クラス

定義

AppServiceAuthenticationHandler 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証します。

public class AppServiceAuthenticationHandler : Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions>
type AppServiceAuthenticationHandler = class
    inherit AuthenticationHandler<AppServiceAuthenticationOptions>
Public Class AppServiceAuthenticationHandler
Inherits AuthenticationHandler(Of AppServiceAuthenticationOptions)
継承
Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<AppServiceAuthenticationOptions>
AppServiceAuthenticationHandler

コンストラクター

AppServiceAuthenticationHandler(ILogger)

指定した AppServiceAuthenticationHandler を使用して、logger クラスの新しいインスタンスを初期化します。

フィールド

AuthenticationHeaderName

AppServiceAuthenticationHandler 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証します。

メソッド

Authenticate(IOwinRequest, AppServiceAuthenticationOptions)

AppServiceAuthenticationHandler 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証します。

AuthenticateCoreAsync()

AppServiceAuthenticationHandler 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証します。

CreateAuthenticationTicket(ClaimsIdentity)

AppServiceAuthenticationHandler 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証します。

ValidateIdentity(IOwinRequest, AppServiceAuthenticationOptions)

ヘッダーからログイン トークンが存在する Microsoft.Owin.IOwinRequest 場合は認証し、認証が成功した場合は を返し、認証に失敗した場合は false を返 ClaimsIdentity します。 トークンの解析に失敗した場合、 は null を返します。

適用対象