MicrosoftIdentityAuthenticationBaseMessageHandler クラス

定義

Microsoft ID 認証メッセージ ハンドラーの基本クラス。

public class MicrosoftIdentityAuthenticationBaseMessageHandler : System.Net.Http.DelegatingHandler
type MicrosoftIdentityAuthenticationBaseMessageHandler = class
    inherit DelegatingHandler
Public Class MicrosoftIdentityAuthenticationBaseMessageHandler
Inherits DelegatingHandler
継承
MicrosoftIdentityAuthenticationBaseMessageHandler
派生

コンストラクター

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

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

プロパティ

名前 説明
TokenAcquisition

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

メソッド

名前 説明
GetOptionsForRequest(HttpRequestMessage)

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

適用対象