SignatureHelperCreateNewXmlSignature Method (String) | 
 
            Return the Xml with a new signature
            
 
    Namespace: 
   WorkflowGen.My.Web.UI.WebForms
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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