IAuthenticationHandlerProvider 인터페이스

정의

authenticationScheme 및 요청에 대한 적절한 IAuthenticationHandler instance 제공합니다.

public interface class IAuthenticationHandlerProvider
public interface IAuthenticationHandlerProvider
type IAuthenticationHandlerProvider = interface
Public Interface IAuthenticationHandlerProvider
파생

메서드

GetHandlerAsync(HttpContext, String)

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

적용 대상