As files are uploaded via my .net webservice, I would like to scan them in
memory for viruses before persisting them to hard disk. Note, I want all my
files to be actively scanned as they are uploaded (not a scheduled scan as
is typically done with other antivirus prodcuts). Hence, I need some kind
of antivirus sdk that .net can interface with. Can anyone recommend a good
antivirus sdk for .net?
thanks
scott