SignatureHelperCreateNewXmlSignature Method (String, XmlNodeList) |
Return the Xml with a signature and a list of other signatures
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public XmlDocument CreateNewXmlSignature(
string newId,
XmlNodeList otherSignatures
)
Public Function CreateNewXmlSignature (
newId As String,
otherSignatures As XmlNodeList
) As XmlDocument
Parameters
- newId
- Type: SystemString
Id of the Signature to be added - otherSignatures
- Type: System.XmlXmlNodeList
List of previous signatures to add to the returned Xml
Return Value
Type:
XmlDocumentSigned XML
See Also