If you deny assertion rights in .NET, does it have any effect?

Posted by Rushyo on Stack Overflow See other posts from Stack Overflow or by Rushyo
Published on 2010-05-05T16:31:40Z Indexed on 2010/05/07 9:18 UTC
Read the original article Hit count: 213

Filed under:
|
|

In .NET you can deny the security permission 'Assertion' for callers higher on the stack, but would this actually work since Assert() ignores permissions lower on the stack? Since it's the end of the working day I don't presently have time to experiment. Guidance appreciated!

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET