nerdexam
GIAC

GSSP-NET · Question #472

You work as a Software Developer for ManSoft Inc. You use Microsoft Visual Studio to create a GIAC GSSP-.NET Exam Web service named MyWebService. You create a SOAP message that is not secure in the…

The correct answer is A. public class MyReceiveSecurityFilter : ReceiveSecurityFilter { B. public class MyReceiveSecurityFilter : ReceiveSecurityFilter {. See the full explanation below for the reasoning.

Question

You work as a Software Developer for ManSoft Inc. You use Microsoft Visual Studio to create a GIAC GSSP-.NET Exam Web service named MyWebService. You create a SOAP message that is not secure in the Web service. You want to use the ReceiveSecurityFilter class in the Web service to handle the receiving and securing of SOAP messages. Which of the following code segments will you use to accomplish the task? Each correct answer represents a part of the solution. Choose all that apply.

Options

  • Apublic class MyReceiveSecurityFilter : ReceiveSecurityFilter {
  • Bpublic class MyReceiveSecurityFilter : ReceiveSecurityFilter {
  • Cpublic class MyReceiveSecurityFilter : ReceiveSecurityFilter {
  • Dpublic class MyReceiveSecurityFilter : ReceiveSecurityFilter {

How the community answered

(39 responses)
  • A
    74% (29)
  • C
    8% (3)
  • D
    18% (7)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice