Explain role-based security in .Net.
Answers were Sorted based on User's Feedback
Role-based security in .Net is used to implement robust security measures based on the role assigned to the users in the organization. Users can then be authorized based on their roles in the organization. For instance, windows have role-based access such as administrators, users, and guests.
Is This Answer Correct ? | 0 Yes | 0 No |
Role-based security is used to implement security measures in .NET, based on the roles assigned to the users in the organization. In the organization, authorization of users is done based on their roles.
Is This Answer Correct ? | 0 Yes | 0 No |
Please explain about "this" object
What are the contents of assembly?
What is the difference between web application and enterprise application?
What?s Singleton activation mode?
How to write an MMC snap-in for my Windows service?
what is the use of "mustinherit" keyword?
What is the procedure to add assemly to gac to make it shared one?
Is Driver Script any how related to AOM?
Differences between dll and exe?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What are three common acronyms used in .net, and what do they stand for?
Conceptually, what is the difference between early-binding and late-binding?