Share via


DefaultAuthorizationEvaluator.HasSucceeded Method

Definition

Returns true, if authorization has succeeded.

public:
 virtual bool HasSucceeded(Microsoft::AspNetCore::Authorization::AuthorizationHandlerContext ^ context);
public virtual bool HasSucceeded (Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext context);
abstract member HasSucceeded : Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext -> bool
override this.HasSucceeded : Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext -> bool
Public Overridable Function HasSucceeded (context As AuthorizationHandlerContext) As Boolean

Parameters

context
AuthorizationHandlerContext

The authorization information.

Returns

True if authorization has succeeded.

Implements

Applies to