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)- B3% (1)
- C80% (28)
- D6% (2)
- E11% (4)
Community Discussion
No community discussion yet for this question.