Question:When using the Demand method of System.Security.IPermission, which of the following will occur?
A The permissions of the code which invoked the Demand method will be evaluated.
B or permissions which do a stack walk, an exception will occur only if NONE of the calling codes has the required permission
C For permissions which do a stack walk, an exception will occur if ANY of the calling codes does not have the required permission
D The permission levels of individual stack frames are always checked regardless of the permission type.
+ AnswerC
+ Report