nerdexam
GIAC

GSSP-NET · Question #82

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

The correct answer is B. public class MySendSecurityFilter : SendSecurityFilter { C. public class MySendSecurityFilter : SendSecurityFilter {. 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 Web service named MyWebService. You create a SOAP message that is not secure in the Web service. You want to use the SendSecurityFilter class in the Web service to handle the transmission 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 MySendSecurityFilter : SendSecurityFilter {
  • Bpublic class MySendSecurityFilter : SendSecurityFilter {
  • Cpublic class MySendSecurityFilter : SendSecurityFilter {
  • Dpublic class MySendSecurityFilter : SendSecurityFilter {

How the community answered

(50 responses)
  • A
    6% (3)
  • B
    82% (41)
  • D
    12% (6)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice