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
What is the size of Get method and how much data it can store?
Why is the standalone environment only useful during the development process?
What are the disadvantages of asp.net?
Explain about Automatic resource management?
How to Insert/Add in ASPXgridview
Define xmlreader class.
Explain about Multi-Language integration?
Is asp.net and .net are same or different?
Explain the path instructions in xaml?
Is it possible to write code in many languages in one asp.net project?
What is another word for redirect?
What is csrf attack in asp.net?
What are sessions in asp net?
What is IPostBack? How to use it?
What is a server cookie?