Answer Posted / arunkumar murala
Permission set is a collection of permissions which are
used to modify the security policy for code groups. The CLR
provides the following built-in permission sets.
Nothing
Implies that the code cannot be executed.
Execution
Implies that code does not have permission to access
protected resources, but can execute.
Internet
Implies that code downloaded from a location and has
limited permissions.
LocalIntranet
Implies that the code holds permissions defined in the
default enterprise policy.
Everything
Implies that the code has all permissions except to skip
verification.
FullTrust
Code has full access to all system resources.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the new thee features of com+ services, which are not there in com (mts)?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
Where does the gac exist ?
Please explain is the jit an interpreter?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
The project which you have made, which methodology did you use?
How to manage pagination in a page using .net?
Explain why do we use the “using” statement?
Do I have any control over the garbage collection algorithm?
What is lambda expressions in c#?
What is jit compilers?
What is close method? How its different from finalize and dispose?
Difference between abstract class and interface in .net?
Please explain what is heap and what is stack?
What are the new features of Framework 1.1 ?