Question:You have created a FileIOPermission object named fp. Which method would you use to determine whether the current assembly had a specific permission without throwing an exception?
A fp.Deny
B fp.IsGranted
C SecurityManager.Deny(fp)
D SecurityManager.IsGranted(fp)
+ AnswerD
+ Report