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)

사용할 처리기 instance 반환합니다.

적용 대상