Click or drag to resize

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.6.0.0 (4.6.0.0)
Syntax
public XmlDocument CreateNewXmlSignature(
	string newId
)

Parameters

newId
Type: SystemString
Id of the Signature to be added

Return Value

Type: XmlDocument
Signed XML
See Also