AuthenticationHandlerProvider クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 |
メソッド
GetHandlerAsync(HttpContext, String) |
使用されるハンドラー インスタンスを返します。 |