Click or drag to resize

WorkflowPageIsXmlSignatureValid Method (String, Int32)

Verify if a certain signature is valid

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
protected bool IsXmlSignatureValid(
	string signatureId,
	int index
)

Parameters

signatureId
Type: SystemString
The signature Id
index
Type: SystemInt32
The index of the action

Return Value

Type: Boolean
A boolean
See Also