What benefit does your code receive if you decorate it with
attributes demanding specific Security permissions?
Answer Posted / o1
Allows administrators to see exactly which permissions your
application needs to run, using PermView
Prevents your code from being exploited beyond what
permissions it absolutely needs
Allows your application to forcibly fail instead of having
to manually handle situations where it might be denied
permissions it requires.
More info can be found here / here
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Elaborate differentiation between ViewState and SessionState?
What is the mvc model?
Which is an advantage of application service providers?
what is DLL Hell and how it is solved in .NET? please explain clearly??
Can a master page have more than one contentplaceholder?
Can you explain composite pattern?
What is global.asax file used for?
Can you set the session out time manually?
Explain transparent caching with aop?
What is _viewstart?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
How can we prepairing Interview