GSSP-NET · Question #123
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You have recently finished development of Web services using the .NET…
The correct answer is A. Use the Public access modifier for each Web method. GIAC GSSP-.NET Exam
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You have recently finished development of Web services using the .NET Framework. The access control to Web services is part of your accountability. You are currently revealing an existing class as a XML Web service. You are required to ensure that the XML Web service is exclusively accessible to Web service clients within the ABC Inc. domain. To fulfill this requirement you want to change the access modifiers on methods that must be represented as Web methods. What will you do to accomplish this task?
Options
- AUse the Public access modifier for each Web method.
- BUse the Private access modifier for each Web method.
- CUse the Internal or Friend access modifier for each Web method.
- DUse the Protected access modifier for each Web method.
How the community answered
(26 responses)- A85% (22)
- B8% (2)
- C4% (1)
- D4% (1)
Explanation
GIAC GSSP-.NET Exam
Topics
Community Discussion
No community discussion yet for this question.