nerdexam
GIAC

GSSP-.NET · Question #57

GSSP-.NET Question #57: Real Exam Question with Answer & Explanation

The correct answer is C. [SecurityPermission(SecurityAction.Demand,. See the full explanation below for the reasoning.

Question

  • (Topic 1) You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You create a method to call a COM component using the .NET Framework. You want to use declarative security to request the runtime to run a complete stack walk. You need to ensure that all callers be obliged to level of trust for COM interop before the callers execute the method. Which of the following attributes will you place on the method to accomplish the task?

Options

  • A[SecurityPermissionSecurityAction.LinkDemand,
  • B[SecurityPermission(SecurityAction.Deny,
  • C[SecurityPermission(SecurityAction.Demand,
  • D[SecurityPermission(SecurityAction.Assert,

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice