What is meant fulltrust?



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

Post New Answer

More Dot Net General Interview Questions

How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?

0 Answers  


.What is Marshaling?

2 Answers  


What's a windows process in .net?

0 Answers  


What are .net functions?

0 Answers  


Explain the procedure to add assemly to gac to make it shared one?

0 Answers  






What is the use of common language runtime?

0 Answers  


Explain the difference between the while and for loop.

0 Answers  


What is the native image generator?

0 Answers  


why you wouldn't want to write into it even if you could

0 Answers  


Is there built-in support for tracing?

0 Answers  


How Garbage Collector (GC) Works?

1 Answers  


What is strong-typing versus weak-typing? Which is preferred?

0 Answers  


Categories