IAuthorizationEvaluator 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.
Determines whether an authorization request was successful or not.
public interface class IAuthorizationEvaluator
public interface IAuthorizationEvaluator
type IAuthorizationEvaluator = interface
Public Interface IAuthorizationEvaluator
- Derived
Methods
Evaluate(AuthorizationHandlerContext) |
Determines whether the authorization result was successful or not. |
HasFailed(AuthorizationHandlerContext) |
Returns true, if authorization has failed. |
HasSucceeded(AuthorizationHandlerContext) |
Returns true, if authorization has succeeded. |