|
.Net Role Based & Code Access Security
What is code security? What are the types?
.Framework provides the security features to secure code from
unauthorized users and unauthorized uses................
Read answer
The Principal object represents authenticated users. It
contains information about user’s identity and role...............
Read answer
Security checks can be applied imperatively or declaratively.
Declarative security is applied by associating attribute
declarations...............
Read answer
Role-based security is to verify the role and/or identity of
the current Principal object............
Read answer
Code access security protects code from unauthorized calls.
You can prevent access to the system resources using Permission
object.............
Read answer
Code groups represent collections of code and each code group
has an associated set of permissions............
Read
answer
It is DOS command to view and alter code access security
policy............
Read
answer
<<Previous
Next>>
Also read
With ASP.NET 2.0, things have changed for the better. For security-related
functionalities, ASP.NET 2.0 introduces a wide range of new
controls..............
ASP.NET runs inside the process of IIS due to which there are two authentication
layers which exist in the system.............
Custom authentication needs installation of ISAPI filter in IIS.........
|