RegistrationExtensions.AsWebApiAuthenticationFilterOverrideWhere Method |
Name | Description | |
---|---|---|
![]() ![]() | AsWebApiAuthenticationFilterOverrideWhere(IRegistrationBuilder<Object, IConcreteActivatorData, SingleRegistrationStyle>, Func<HttpActionDescriptor, Boolean>, FilterScope) |
Sets the provided registration to act as an IAuthenticationFilter override, based on a predicate that filters which actions it is applied to.
|
![]() ![]() | AsWebApiAuthenticationFilterOverrideWhere(IRegistrationBuilder<Object, IConcreteActivatorData, SingleRegistrationStyle>, Func<ILifetimeScope, HttpActionDescriptor, Boolean>, FilterScope) |
Sets the provided registration to act as an IAuthenticationFilter override, based on a predicate that filters which actions it is applied to.
|