IAuthorizationMiddlewareResultHandler 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.
Allow custom handling of authorization and handling of the authorization response.
public interface class IAuthorizationMiddlewareResultHandler
	public interface IAuthorizationMiddlewareResultHandler
	type IAuthorizationMiddlewareResultHandler = interface
	Public Interface IAuthorizationMiddlewareResultHandler
	- Derived
 
Methods
| HandleAsync(RequestDelegate, HttpContext, AuthorizationPolicy, PolicyAuthorizationResult) | 
		 Evaluates the authorization requirement and processes the authorization result.  |