My objective is to use EFS to protect a virtual directory containing files that can be downloaded by authenticated clients in an ASP.NET application. I found an article ( http://msdn2.microsoft.com/en-us/library/ms995356.aspx ) at MSDN that suggests I do the following: Create an EFS protected file Make...