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
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Explain me how does linq work?
How viewstate is being formed and how it is stored on client in .net?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
How can you assign an rgb color to a system.drawing.color object?
What are the new features of Framework 1.1 ?
What is il and c#?
What is .net and .net framework?
What is the difference between a debug and release build?
What is the difference between function and stored procedure?
How do I use the thread pool?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
Do you know the difference between the stack and the heap?
Explain how to manage pagination in a page using .net?
What is Full trust permission set in .Net