What does the "ApplicaionDirectory" Membership condition mean in .NET Code Access Security?
- by smwikipedia
I am not sure about the semantic of "ApplicationDirectory" membership condition.
I am trying to use it in the .NET Framework 2.0 configuration tool. The tool's explanation to it is as below:
The Application Directory membership
condition is true for all assemblies
in the same directory or in a child
directory of the running application.
Assemblies that meet this membership
condition will be granted the
permissions associated with this code
group.
All the other membership conditions such as strong name, hash, need me to input some criterias, only the Application Directory has not. How to use it? Could someone give an explanation by example? Many thanks.