What is meant fulltrust?
Answer / 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 |
What is heap and what is stack?
Explain the top .net class that everything is derived from?
Explain webfarm vs webgardens in .net?
C++ & C# differences ?
Tell me about secure socket layer? How to make use of the technology?
Define marshling?
Explain why do we use the “using” statement?
How to implement DataGrid in .NET?
Explain about .net assemblies?
What is the purpose of enumerable class in .net?
What is 'Common Type System' (CTS) in .NET?
How is .net able to support multiple languages?