What is code security? What are the types? - .Net Code Security
What is code security? What are the types?Framework provides the security features to secure code from unauthorized users and unauthorized uses.
There are two types of code security:
Role based security: This authorizes user.
Code access security: This protects system resources from unauthorized calls.
|