nerdexam
GIAC

GSSP-NET · Question #389

Patrick works as a Software Developer for GenTech Inc. He develops an application, named App1, using Visual C# .NET. He implements security using the security classes of the .NET Framework. He…

The correct answer is B. IsSubSetOf. See the full explanation below for the reasoning.

Question

Patrick works as a Software Developer for GenTech Inc. He develops an application, named App1, using Visual C# .NET. He implements security using the security classes of the .NET Framework. He defines the following statements in the application:

PrincipalPermission Principal_Perm1 = new PrincipalPermission("Nick", "General Manager"); PrincipalPermission Principal_Perm2 = new PrincipalPermission("Jack", GIAC GSSP-.NET Exam "Accountant"); Patrick wants to check whether all demands that succeed for Principal_Perm1 also succeed for Principal_Perm2. Which of the following methods of the PrincipalPermission class will he use to accomplish this?

Options

  • AIntersect
  • BIsSubSetOf
  • CIsUnrestricted
  • DUnion

How the community answered

(63 responses)
  • A
    14% (9)
  • B
    76% (48)
  • C
    6% (4)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice