GIAC
GSSP-NET · Question #118
GSSP-NET Question #118: Real Exam Question with Answer & Explanation
Sign in or unlock GSSP-NET to reveal the answer and full explanation for question #118. The question stem and answer options stay visible for context.
Question
Allen works as a Software Developer for ABC Research Center. This research center has its subsidiaries in different cities. Allen wants to retrieve a Soil Test Report for the Geological Survey Department. He wants the test report to be available to all the members of the department over the Internet. He creates an XML Web service named SampleReport. SampleReport contains a Web method named SoilTestDetails that requires additional security. Allen decides to use generic rolebased security to secure the SoilTestDetails method from unauthorized users. Allen writes code to ensure that once a user is authenticated, a user identity named Generic is created. The Generic user identity has a group membership named GeoSurvey to allow the authenticated users access to the SoilTestDetails Web method. Which of the following code segments should Allen use to accomplish the task? GIAC GSSP-.NET Exam
Options
- ADim GenIdentity As GenericIdentity = New GenericIdentity("Generic", "Custom") Dim
- BDim GeoIdentity As IIdentity = New GenericIdentity("Generic", "GeoSurvey") Dim
- CDim GeoIdentity As IIdentity = New GenericIdentity("Generic", "Custom") Dim
- DDim MyGenericIdentity As System.Security.Principal.IIdentity = New
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.