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 IAuthenticationHandlerProvider
public interface IAuthenticationHandlerProvider
type IAuthenticationHandlerProvider = interface
Public Interface IAuthenticationHandlerProvider
- Derived
Methods
GetHandlerAsync(HttpContext, String) |
Returns the handler instance that will be used. |