GIAC
GSSP-NET · Question #57
GSSP-NET Question #57: Real Exam Question with Answer & Explanation
Sign in or unlock GSSP-NET to reveal the answer and full explanation for question #57. The question stem and answer options stay visible for context.
Question
You work as a software developer for ManSoft Inc. The company uses Visual Studio .NET 2005 as its application development platform. You use C#. NET to create an assembly that will be consumed by other Visual Studio .NET applications. No Permissions should be granted to this assembly unless the assembly makes a minimum permission request. You need to write a code for the assembly that makes a minimum permission request. Which of the following code segments will you use to accomplish this task? GIAC GSSP-.NET Exam
Options
- A[Assembly: PermissionSet(SecurityAction.PermitOnly, Unrestricted = true)]
- B[Assembly: PermissionSet(SecurityAction.RequestOptional, Unrestricted = true)]
- C[Assembly: PermissionSet(SecurityAction.PermitOnly, Unrestricted = false)]
- D[Assembly: PermissionSet(SecurityAction.RequestOptional, Unrestricted = false)]
Unlock GSSP-NET to see the answer
You've previewed enough free GSSP-NET questions. Unlock GSSP-NET for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.