Click or drag to resize

WorkflowPageXmlSignatureExists Method (String)

Return true if a signature exists for the Id 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
)

Parameters

signatureId
Type: SystemString
The signature Id to check

Return Value

Type: Boolean
The existence of the signature for the signature Id
See Also