nerdexam
GIAC

GSSP-NET · Question #377

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 named Assem1 using .NET Framework. Assem1…

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

Question

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 named Assem1 using .NET Framework. Assem1 contains a public method. The global cache contains a second assembly named Assem2. You need to ensure that the public method is only called from Assem2. Which of the following permission classes will you use to accomplish the task?

Options

  • APublisherIdentityPermission
  • BDataProtectionPermission
  • CStrongNameIdentityPermission
  • DGacIdentityPermission

How the community answered

(38 responses)
  • A
    11% (4)
  • B
    5% (2)
  • C
    79% (30)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice