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
Explain about the Common Language Runtime?
Explain how to produce an assembly?
What are the differences between com architecture and.net architecture?
Whate are resource files?
Explain about .Net products?
What does .net stand for?
How can you turn-on and turn-off cas?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What are the core differences between .NET Languages ?
How does linq work?
How do you create threading in.net?
how can i create a table from front end to back end in wabe page?
Explain what is the difference between constants and read-only variables?
What is Finalizer in .NET define Dispose and Finalize ?