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: 8.1.3.0 (8.1.3.20220620)
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