document.body.ondragstart = "return false";document.body.onselectstart = "return false"; microsoft dynamics ax interview questions: 5. How is the CAS useful to write secure x++ code?

Sunday, December 5, 2010

5. How is the CAS useful to write secure x++ code?


1)It verifies that the code asserted the appropriate permission on the
call stack to use the dangerous class.
2)It verifies that the assert (the request to use the dangerous class) was
executed in trusted code and saved in the AOT.
3)It verifies that the assert was executed on the same tier as the
dangerous class.

No comments:

Post a Comment