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)

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

適用対象