IAuthorizationHandlerProvider 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.
A type which can provide the IAuthorizationHandlers for an authorization request.
public interface class IAuthorizationHandlerProvider
public interface IAuthorizationHandlerProvider
type IAuthorizationHandlerProvider = interface
Public Interface IAuthorizationHandlerProvider
- Derived
Methods
GetHandlersAsync(AuthorizationHandlerContext) |
Return the handlers that will be called for the authorization request. |