MicrosoftIdentityAppAuthenticationMessageHandler クラス

定義

アプリケーションのトークンを含む承認ヘッダーを追加する DelegatingHandler 実装。

public class MicrosoftIdentityAppAuthenticationMessageHandler : Microsoft.Identity.Web.MicrosoftIdentityAuthenticationBaseMessageHandler
type MicrosoftIdentityAppAuthenticationMessageHandler = class
    inherit MicrosoftIdentityAuthenticationBaseMessageHandler
Public Class MicrosoftIdentityAppAuthenticationMessageHandler
Inherits MicrosoftIdentityAuthenticationBaseMessageHandler
継承
MicrosoftIdentityAppAuthenticationMessageHandler

コンストラクター

名前 説明
MicrosoftIdentityAppAuthenticationMessageHandler(ITokenAcquisition, IOptionsMonitor<MicrosoftIdentityAuthenticationMessageHandlerOptions>, String)

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

プロパティ

名前 説明
TokenAcquisition

トークン取得サービスを取得します。

(継承元 MicrosoftIdentityAuthenticationBaseMessageHandler)

メソッド

名前 説明
GetOptionsForRequest(HttpRequestMessage)

指定した要求のオプションを取得します。

(継承元 MicrosoftIdentityAuthenticationBaseMessageHandler)
SendAsync(HttpRequestMessage, CancellationToken)

アプリケーションのトークンを含む承認ヘッダーを追加する DelegatingHandler 実装。

適用対象