nerdexam
EC-Council

312-92 · Question #72

Travis is working on some code in C# that will create a digital signature. What will the following snippet from his program accomplish? childkat.xml signnode = xmlDoc.NewChild("signature", "")

The correct answer is A. Create XML node to hold signature. See the full explanation below for the reasoning.

Question

Travis is working on some code in C# that will create a digital signature. What will the following snippet from his program accomplish? childkat.xml signnode = xmlDoc.NewChild("signature", "")

Options

  • ACreate XML node to hold signature
  • BVerify the XML signature
  • CChecks to make sure the signature is valid and still usable
  • DTells the algorithm which signature to use

How the community answered

(69 responses)
  • A
    80% (55)
  • B
    12% (8)
  • C
    3% (2)
  • D
    6% (4)

Community Discussion

No community discussion yet for this question.

Full 312-92 Practice