Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Identity.AttributeAuthorizationHandler<TRequirement,TAttribute>.HandleRequirementAsync Method

(not specified)

Class: YetaWF.Core.Identity.AttributeAuthorizationHandler<TRequirement,TAttribute>
Namespace: YetaWF.Core.Identity
Assembly: YetaWF.Core

Syntax

protected new Task HandleRequirementAsync(
    AuthorizationHandlerContext context,
    TRequirement requirement );
protected Task HandleRequirementAsync(
    AuthorizationHandlerContext context,
    TRequirement requirement,
    IEnumerable<TAttribute> attributes );

Parameters

context

(not specified)

requirement

(not specified)

attributes

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Identity.AttributeAuthorizationHandler<TRequirement,TAttribute> ClassYetaWF.Core Overview