Re: FileIOPermissionAttribute VS FileIOPermission ???
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 25 Apr 2006 09:19:59 +0000 (UTC)
the c# compiler implicitly adds the "Attribute" at the end of attribute names if not specified...they are both the same
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Dear all,
What is the difference between :
<Assembly: FileIOPermission(SecurityAction.RequestOptional,
Read:="C:\")>
and
<Assembly: FileIOPermissionAttribute(SecurityAction.RequestOptional,
Read:="C:\")>
It behaves the same.. the difference is that the
FileIOpermissionAttribute is not appearing in the intellisense list.
What is the difference? which one is correct ?
regards
Serge
.
- Prev by Date: Securely Passing Info Between Two Websites
- Next by Date: Re: Any good examples of modifying the CAS during install?
- Previous by thread: Securely Passing Info Between Two Websites
- Next by thread: Re: Strange behaviour whith CAS UI tool ??
- Index(es):
Relevant Pages
|
|