Explain code access security.

devquora
devquora

Posted On: Feb 22, 2018

 

Code Access Security prevents the .NET programs from unauthorized input. It specifically stops the execution or stops the code to perform certain activities when unauthorized people try to access. CAS is hence the security mode of the .NET framework.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    .NET Interview Questions

    What is .NET?

    .NET is a software development framework by Microsoft...

    .NET Interview Questions

    What are the purposes of using .NET?

    .NET is used for creating web applications, Windows mobile, and Store applications, Windows Desktop..

    .NET Interview Questions

    How is .NET able to support a lot of languages?

    .NET is equipped with Microsoft Intermediate Language (MISL) that has got codes compiled within itself...