| SignatureHelperCreateNewXmlSignature Method (String) | 
            Return the Xml with a new signature
            
 
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
)
Public Function CreateNewXmlSignature ( 
	newId As String
) As XmlDocument
Parameters
- newId
 - Type: SystemString
Id of the Signature to be added 
Return Value
Type: 
XmlDocumentSigned XML
See Also