Answer Posted / 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 View All Answers
Is .net a language?
Explain about .NET services?
Explain what is a manifest in .net?
What are .net applications?
Tell us what is the native image generator?
What's singlecall activation mode used for in .net?
Explain re-clarification of object based in .net?
Please explain what is a delegate?
What is the native image generator?
Explain what rare the types of jit and what is econo-jit?
What is .net standard?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Explain garbage collection?
Explain me what is .net web service?
What's a windows process in .net?