Implemented interface member:
method
OnAuthorization
Microsoft.AspNetCore.Mvc.Filters.IAuthorizationFilter.OnAuthorization(Microsoft.AspNetCore.Mvc.Filters.AuthorizationFilterContext)
7 references to OnAuthorization
Microsoft.AspNetCore.Mvc.Core (1)
RequireHttpsAttribute.cs (1)
52
/// Called from <see cref="
OnAuthorization
"/> if the request is not received over HTTPS. Expectation is
Microsoft.AspNetCore.Mvc.Core.Test (6)
RequireHttpsAttributeTests.cs (6)
26
attr.
OnAuthorization
(authContext);
94
attr.
OnAuthorization
(authContext);
120
attr.
OnAuthorization
(authContext);
140
attr.
OnAuthorization
(authContext);
183
attr.
OnAuthorization
(authContext);
212
attr.
OnAuthorization
(authContext);