Question:Which of the following would you use to throw an exception before method execution begins if a caller lacked a specific privilege?
A SecurityAction.Demand
B SecurityAction.Deny
C SecurityAction.Assert
D SecurityAction.RequestMinimum
+ AnswerA
+ Report