Answer Posted / vathsala
Assert is a method that can be called on code access
permission classes and on the PermissionSet class. You can
use Assert to enable your code (and downstream callers) to
perform actions that your code has permission to do but its
callers might not have permission to do. A security
assertion changes the normal process that the runtime
performs during a security check. When you assert a
permission, it tells the security system not to check the
callers of your code for the asserted permission.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between inline and code behind - which is best in?
Explain the differences between clr & cts?
What are the various types of validation controls provided by asp.net?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain Optimization technique description?
What are the new web part controls in asp.net 2.0 ?
What does the .webpart file do?
What is the use of global.asax file?
What is asp.net and how it works?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is mvc in asp.net interview question? : Asp.Net MVC
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What are validators and list some validators of asp.net?
What is the use of worker process in asp.net?