Which class provides methods that can be used to manage role
membership to be used in user authorization?
Answer Posted / sudhakar k
During this walkthrough, you will learn how to:
Establish roles for an application.
Assign users to roles.
Create rules (permissions) that selectively grant or deny
access to pages for different rules.
Programmatically d
Determine whether a user is in a particular role and which
roles the current user is in.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between mechine.config and web.config?
What is the advantage of using Windows authentication in a Web application?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain the use of duration attribute of @outputcache page directive.
What is the use of view state?
What New Features comes with ASP.NET Web API 2.0?
What are the contents of cookie?
What is asp.net version?
What is difference between mvc and asp.net? : Asp.Net MVC
What is the difference between session and viewstate in asp.net?
Can you explain architecture of your project ?
What are the different types of proxy patterns?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
How can you display all validation messages in one control?
What is validation in asp.net?