What is Nothing permission set in .Net
Answer / praveen
A named permission set is a set of permissions that
administrators can associate with a code group. A named
permission set consists of at least one permission, and a
name and description for the permission set. Administrators
can use named permission sets to establish or modify the
security policy for code groups. More than one code group
can be associated with the same named permission set.
Nothing
No permissions (code cannot run).
| Is This Answer Correct ? | 0 Yes | 0 No |
explain the states of a window service application?
What are the different types of Classes in .NET?
What is a strategy pattern? Implement it.
Can a try block have more than one catch block?
Explain what is the difference between encrypting a password and applying a hashing?
How is a managed code executed?
What is meant by globalization and localization?
Difference between assembly manifest & metadata assembly manifest
How boxing and unboxing occures in memory?
Is .NET a runtime service or a development platform?
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
What is .net debug & trace?