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

Which dll translate xml to sql in internet information server (iis)?

0 Answers  


What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?

0 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


What is jit compilers?

0 Answers  


If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..

0 Answers  






What is an Exception? How many exceptions exist in Dot net and explain them?

2 Answers   CSC, TCS,


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


What is your observations between vb.net and vc#.net?

0 Answers  


what is machine key error in .NET how can we solve it?

0 Answers  


What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?

0 Answers  


Which namespace is the base class for .net Class library?

1 Answers  


Describe the use of following com+ services jit activation, queued components, object pooling.?

0 Answers  


Categories