Question:You must restrict access to a method that is called by a Windows event based on a user’s group memberships in the local user database. If the user lacks sufficient access, you want to log an event and display a message to the user. You want to use the most secure method possible. Which technique will you use?
A WindowsPrincipal.IsInRole
B WindowsIdentity.IsInRole
C Imperative RBS demands
D Declarative RBS demands
+ AnswerC
+ Report