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”, “”)
A.
Create XML node to hold signature
B.
Verify the XML signature
C.
Checks to make sure the signature is valid and still usable
D.
Tells the algorithm which signature to use
Explanation: