Windows Server 2008 Antivirus Software with an API
Posted
by
Dave Jellison
on Server Fault
See other posts from Server Fault
or by Dave Jellison
Published on 2009-10-18T17:42:49Z
Indexed on
2011/03/06
8:11 UTC
Read the original article
Hit count: 321
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?
© Server Fault or respective owner