DefaultAuthorizationEvaluator Class
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 ref class DefaultAuthorizationEvaluator : Microsoft::AspNetCore::Authorization::IAuthorizationEvaluator
C#
public class DefaultAuthorizationEvaluator : Microsoft.AspNetCore.Authorization.IAuthorizationEvaluator
type DefaultAuthorizationEvaluator = class
interface IAuthorizationEvaluator
Public Class DefaultAuthorizationEvaluator
Implements IAuthorizationEvaluator
- Inheritance
-
DefaultAuthorizationEvaluator
- Implements
Evaluate(Authorization |
Determines whether the authorization result was successful or not. |
Has |
Returns true, if authorization has failed. |
Has |
Returns true, if authorization has succeeded. |
Product | Versions |
---|---|
ASP.NET Core | 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |