DefaultAuthorizationHandlerProvider Class   
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.
The default implementation of a handler provider, which provides the IAuthorizationHandlers for an authorization request.
public ref class DefaultAuthorizationHandlerProvider : Microsoft::AspNetCore::Authorization::IAuthorizationHandlerProviderpublic class DefaultAuthorizationHandlerProvider : Microsoft.AspNetCore.Authorization.IAuthorizationHandlerProvidertype DefaultAuthorizationHandlerProvider = class
    interface IAuthorizationHandlerProviderPublic Class DefaultAuthorizationHandlerProvider
Implements IAuthorizationHandlerProvider- Inheritance
- 
				DefaultAuthorizationHandlerProvider
- Implements
Constructors
| DefaultAuthorizationHandlerProvider(IEnumerable<IAuthorizationHandler>) | Creates a new instance of DefaultAuthorizationHandlerProvider. | 
Methods
| GetHandlersAsync(AuthorizationHandlerContext) | Return the handlers that will be called for the authorization request. |