Saturday, October 3, 2015

The type or namespace name 'IAuthenticationFilter' could not be found

IAuthenticationFilter interface is used for inheritance, while creating the security filters for web-api. If you face the issue:

The type or namespace name 'IAuthenticationFilter' could not be found

just add the namespace: System.Web.Http.Filters and it will work.  Happy coding...!!!

No comments:

Post a Comment