| SignatureHelperCreateNewXmlSignature Method (String, XmlNodeList) | 
            Return the Xml with a signature and a list of other signatures
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic XmlDocument CreateNewXmlSignature(
	string newId,
	XmlNodeList otherSignatures
)
Public Function CreateNewXmlSignature ( 
	newId As String,
	otherSignatures As XmlNodeList
) As XmlDocument
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: 
XmlDocumentSigned XML
See Also