Interview Tips Interview Tips, Interview Questions and Answers

17May/100

Explain what a permission is in .NET

Permissioning is tha ability the CLR possesses to allow or deny a certain program to access a resource. The .net set of permissions is included in the System.Security.Permissions namespace. A user can create his own permission set and should include it in .NET security system.

The list of in-built permission sets is as follows:

- Nothing permission set
- Execution permission set
- Internet permission set
- LocalIntranet permission set
- Everything permission set
- SkipVerification permission set
- FullTrust permission set

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.