What should you do?
You are currently creating a sales report application that requires Windows authentication on Domain.com’s domain.
To achieve this, you are required to implement role-based security within the sales report application.
You establish that the method shown below should only be invoked by members of the Managers group:
public void UpdateEmpSalesBonus (int empID, double amount) { //Update employee’s salary
}
You need to ensure that invocation of the UpdateEmpSalesBonus method is restricted to only managers.
What should you do? (Choose two)