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?
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.