Anti virus integration with .net application

前端 未结 5 1624
梦如初夏
梦如初夏 2020-12-14 04:39

I would like to use anti virus integration with my .net application when uploading files using the application. Has any anti virus API available for .Net?

5条回答
  •  眼角桃花
    2020-12-14 05:17

    I recommend you a nuget called anti-virus scanner, with that you can do it with ease https://www.nuget.org/packages/AntiVirusScanner/ This nuget basically calls microsoft windows defender apis.

提交回复
热议问题