MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions クラス

定義

Microsoft ID 認証ハンドラーの初期化を開始するための IHttpClientBuilder の拡張機能。

public static class MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions
type MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions = class
Public Module MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions
継承
MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions

メソッド

名前 説明
AddMicrosoftIdentityAppAuthenticationHandler(IHttpClientBuilder, String, Action<MicrosoftIdentityAuthenticationMessageHandlerOptions>)

デリゲートで初期化された名前付きMicrosoft ID アプリケーション認証メッセージ ハンドラーを追加します。

AddMicrosoftIdentityAppAuthenticationHandler(IHttpClientBuilder, String, IConfiguration)

特定の構成セクションに関連する名前付きMicrosoft ID アプリケーション認証メッセージ ハンドラーを追加します。

AddMicrosoftIdentityUserAuthenticationHandler(IHttpClientBuilder, String, Action<MicrosoftIdentityAuthenticationMessageHandlerOptions>)

デリゲートで初期化された名前付きMicrosoft ID ユーザー認証メッセージ ハンドラーを追加します。

AddMicrosoftIdentityUserAuthenticationHandler(IHttpClientBuilder, String, IConfiguration)

特定の構成セクションに関連する名前付きMicrosoft ID ユーザー認証メッセージ ハンドラーを追加します。

適用対象