Click or drag to resize

WorkflowPageXmlSignatureExists Method (String, Int32)

Return true if a signature exist for the Id and Index that was passed

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 XmlSignatureExists(
	string signatureId,
	int index
)

Parameters

signatureId
Type: SystemString
The signature Id to check
index
Type: SystemInt32
The index of the signature

Return Value

Type: Boolean
See Also