IAuthenticationHandlerProvider Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the appropriate IAuthenticationHandler instance for the authenticationScheme and request.
public interface class IAuthenticationHandlerProviderpublic interface IAuthenticationHandlerProvidertype IAuthenticationHandlerProvider = interfacePublic Interface IAuthenticationHandlerProvider- Derived
Methods
| GetHandlerAsync(HttpContext, String) | Returns the handler instance that will be used. |