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 misl?
Explain how do assemblies find each other?
What is difference between static page and dynamic page?
What does jit do?
What does the "EnableViewState" property do?
Is .net core the future?
How Can Creating Installation Components in .Net?
Is .net a programming language?
Tell us the differences between an interface and an abstract class in .net?
what is assembly?
Explain about the features and elements present in Visual studio.NET IDE?
What's the use of system.diagnostics.process class in .net?