nerdexam
GIAC

GSSP-.NET · Question #309

(Topic 3) You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating an assembly. The assembly contains a public…

The correct answer is C. StrongNameIdentityPermission. See the full explanation below for the reasoning.

Question

  • (Topic 3)

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating an assembly. The assembly contains a public method. The Global Assembly Cache contains a second assembly. You require that the public method is only called from the second assembly. Which of the following permission classes will you use to accomplish this task?

Options

  • ADataProtectionPermission
  • BDBDataPermission
  • CStrongNameIdentityPermission
  • DGacIdentityPermission
  • EPublisherIdentityPermission

How the community answered

(35 responses)
  • B
    3% (1)
  • C
    80% (28)
  • D
    6% (2)
  • E
    11% (4)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice