.Net Role Based and Code Access Security interview questions

.Net Code Security - Framework provides the security features to secure code from unauthorized users and unauthorized uses...
.Net Code Security - The Principal object represents authenticated users. It contains information about user’s identity and role.....
.Net Code Security - Security checks can be applied imperatively or declaratively. Declarative security is applied by associating attribute declarations...
.Net Code Security - Role-based security is to verify the role and/or identity of the current Principal object......
.Net Code Security - Code access security protects code from unauthorized calls. You can prevent access to the system resources using Permission object....
.Net Code Security - Code groups represent collections of code and each code group has an associated set of permissions.....
.Net Code Security - Caspol.exe is DOS command to view and alter code access security policy....