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
What are strong names?
Which tool you have done?
What is the difference between dispose() and finalize()?
What is the difference between a cookie and a pixel?
how to debug web services on consumer side?
Fetch one page value to another page without using state-managment ?
What is the parent class of all web server control?
Why asp.net is used?
Explain the difference between inline and code behind - which is best in?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is different in .net 1.1 and .net 2.0?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
Explain the main function of razor in asp.net? : asp.net mvc
Is asp.net 64-bit enabled? How?
Explain the various authentication mechanisms in asp.net.