Windows Server 2008 Antivirus Software with an API

Posted by Dave Jellison on Stack Overflow See other posts from Stack Overflow or by Dave Jellison
Published on 2009-10-18T20:10:59Z Indexed on 2010/05/28 21:42 UTC
Read the original article Hit count: 160

I'm looking for an Antivirus package that is compliant with Windows Server 2008. That's not the hard part. What I need is an API layer on the Antivirus that i can call from managed .net code.

For example: I am developing an Asp.Net (C#) website that allows users to upload files to the web server which the web site resides on. We have full control of the server so there are no security/rights issues on the server. I need to be able to run the antivirus algorithm on the newly uploaded files without (hopefully) shelling out to a command-ilne version of the software.

Does anyone know of such a package?

© Stack Overflow or respective owner

Related posts about api

Related posts about windows-server-2008