IAuthorizationHandler Interface

Definition

Classes implementing this interface are able to make a decision if authorization is allowed.

public interface class IAuthorizationHandler
public interface IAuthorizationHandler
type IAuthorizationHandler = interface
Public Interface IAuthorizationHandler
Derived

Methods

HandleAsync(AuthorizationHandlerContext)

Makes a decision if authorization is allowed.

Applies to