GIAC GSSP-NET-CSHARP Question Answer
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", "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?
GIAC GSSP-NET-CSHARP Summary
- Vendor: GIAC
- Product: GSSP-NET-CSHARP
- Update on: Jul 25, 2025
- Questions: 491