In interview, interviewer asked me one question that,
What are the components to ensure secure execution of code in .net. I tried in google but failed. Can any one give me the answer or link?
I found one word document. In that I found that components of secure code execution are Assembly loader, code verifier, JIT. Is this correct?
Have a look at the CLR security model. Microsoft has a good article about it.
Summary:
The Security Infrastructure of the CLR