Re: Article : Code Access Security Part - 1 (.Net FrameWork Tools Series)

From: Richard Blewett [DevelopMentor] (richardb_at_NOSPAMdevelop.com)
Date: 11/08/04


To: microsoft.public.dotnet.academic,microsoft.public.dotnet.academic.assignment_manager,microsoft.public.dotnet.datatools,microsoft.public.dotnet.distributed_apps,microsoft.public.dotnet.faqs,microsoft.public.dotnet.framework,microsoft.public.dotnet.fr
Date: Mon, 08 Nov 2004 09:04:21 -0800

You should talk about evidence in this article. Evidence is gathered by the assembly loader based on the origins of the code: what zone is it from? what URL?, what is the hash of the file? has the file got a strong name? It is this evidence that is compared to the membership conditions of the code groups. You can look at the evidence for an assembly via the Assembly.Evidence property.

 Regards

 Richard Blewett - DevelopMentor
 http://www.dotnetconsult.co.uk/weblog
 http://www.dotnetconsult.co.uk

   Hey Guys,
 
 Today we are going to look at Code Access Security.
 
 <snip>



Relevant Pages


Loading