Click or drag to resize
SignatureHelperCreateNewXmlSignature Method (String, XmlNodeList)
Return the Xml with a signature and a list of other signatures

Namespace: WorkflowGen.My.Web.UI.WebForms
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public XmlDocument CreateNewXmlSignature(
	string newId,
	XmlNodeList otherSignatures
)

Parameters

newId
Type: SystemString
Id of the Signature to be added
otherSignatures
Type: System.XmlXmlNodeList
List of previous signatures to add to the returned Xml

Return Value

Type: XmlDocument
Signed XML
See Also