I am seeing multiple versions of AntiXssLibary on MSDN website.
Microsoft Anti-Cross Site Scripting Library V4.2 for download.
https://www.microsoft.com/en-us/download/details.aspx?id=28589
1. Now I see two.
And one AntiXssEncoder library available with in System.Web.Security.Antixss.
And other is with Microsoft.Security.Application.
I am confused, which is the latest and greatest with best performance and handling? And why?
If both can be used on what specific scenarios?
2. How to use Html Sanitization from new AntiXss library if System.Web.Security.AntiXss is the one I have to use.
Thanks,
Kompella