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.0.0.0 (4.0.0.0)
Syntax public 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