如果您拒绝 .NET 中的断言权,有什么影响吗?
在 .NET 中,您可以拒绝堆栈上较高调用者的安全权限“断言”,但这实际上会起作用吗,因为 Assert() 会忽略堆栈上较低的权限?由于现在是工作日结束时,我目前没有时间进行实验。指导表示赞赏!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于未来的读者:事实上,它似乎确实撤销了堆栈上更高层的调用者的断言权。令人困惑,是吗?
这篇博文证实了我的发现: http://blogs.msdn .com/shawnfa/archive/2004/08/25/220458.aspx
For future readers: Appears that it does, in fact, revoke the assertion right for callers higher on the stack. Confusing, eh?
This blog post confirms my findings: http://blogs.msdn.com/shawnfa/archive/2004/08/25/220458.aspx