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 |
Explain the different types of proxy patterns?
What are the types of assemblies in .net?
What is il in vb.net?
what is the default security setting in .net?
what are the controls used to upload a file from client to server?
What does SCM do?
Can a try block have more than one catch block?
How to get the hostname or IP address of the server?
Why do we use msmq?
Explain different types of cookies in .NET?
Is .net capable of supporting multi-thread?
Name some of the languages .NET support?