---
title: "What is Role based security?"  
description: "What is Role based security?"  
author: "Sumit Kesarwani"  
published: 2014-01-28  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1898/what-is-role-based-security  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is Role based security?

A role is a named set of principal that have the same privileges with respect to security (such as a teller or a manager). A principal can be a member of one or more roles. Therefore, applications can use role membership to determine whether a principal is authorized to perform a requested action.

## Answers

### Answer by Sumit Kesarwani

A role is a named set of principal that have the same privileges with respect to security (such as a teller or a manager). A principal can be a member of one or more roles. Therefore, applications can use role membership to determine whether a principal is authorized to perform a requested action.


---

Original Source: https://www.mindstick.com/interview/1898/what-is-role-based-security

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
