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 are virtual destructures?
Is string a value type or a reference type?
What is your observations between vb.net and vc#.net?
How will you load dynamic assembly? How will create assemblies at run time?
0 Answers InfoAxon Technologies,
What is msil, il?
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
Explain the Scope of public/private/friend/protected/protected friend.
Why inheritance is important?
How would ASP and ASP.NET apps run at the same time on the same server?
What is immutability?
What is the raise event used for?
Should I implement finalize on my class? Should I implement idisposable?