Implemented interface member:
method
OnAuthorizationAsync
Microsoft.AspNetCore.Mvc.Filters.IAsyncAuthorizationFilter.OnAuthorizationAsync(Microsoft.AspNetCore.Mvc.Filters.AuthorizationFilterContext)
4 references to OnAuthorizationAsync
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Filters\AntiforgeryMiddlewareAuthorizationFilterTest.cs (4)
26
await filter.
OnAuthorizationAsync
(context);
44
await filter.
OnAuthorizationAsync
(context);
61
await filter.
OnAuthorizationAsync
(context);
78
await filter.
OnAuthorizationAsync
(context);