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 |
What is file extension of Webservices in .Net?
How to store and retrieve images in SQL server database through VB.NET?
Explain the .NET architecture.
9 Answers HCL, Idhasoft, Scandent, TCS, TechnoLinks,
What is Active Directory? What is the namespace used to access the Microsoft Active Directories?
How to create properties and methods using controls?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
Can I write il programs directly?
What are the different types of memory in .net?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Explain how to redirect tracing to a file?
Differences between namespace, class, assembly?