AuthenticationHandlerProvider クラス

定義

IAuthenticationHandlerProvider の実装です。

public ref class AuthenticationHandlerProvider : Microsoft::AspNetCore::Authentication::IAuthenticationHandlerProvider
public class AuthenticationHandlerProvider : Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider
type AuthenticationHandlerProvider = class
    interface IAuthenticationHandlerProvider
Public Class AuthenticationHandlerProvider
Implements IAuthenticationHandlerProvider
継承
AuthenticationHandlerProvider
実装

コンストラクター

名前 説明
AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

コンストラクターです。

プロパティ

名前 説明
Schemes

IAuthenticationHandlerProvider

メソッド

名前 説明
GetHandlerAsync(HttpContext, String)

使用されるハンドラー インスタンスを返します。

適用対象