AppServiceAuthenticationHandler クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
は 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 を使用して、 |
フィールド
AuthenticationHeaderName |
は AppServiceAuthenticationHandler 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証します。 |
メソッド
Authenticate(IOwinRequest, AppServiceAuthenticationOptions) |
は AppServiceAuthenticationHandler 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証します。 |
AuthenticateCoreAsync() |
は AppServiceAuthenticationHandler 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証します。 |
CreateAuthenticationTicket(ClaimsIdentity) |
は AppServiceAuthenticationHandler 、ログイン コントローラーを使用して既に認証されている呼び出し元を認証します。 |
ValidateIdentity(IOwinRequest, AppServiceAuthenticationOptions) |
ヘッダーからログイン トークンが存在する Microsoft.Owin.IOwinRequest 場合は認証し、認証が成功した場合は を返し、認証に失敗した場合は false を返 ClaimsIdentity します。 トークンの解析に失敗した場合、 は null を返します。 |
適用対象
Azure SDK for .NET