| WorkflowPageXmlSignatureExists Method (String) | 
            Return true if a signature exists for the Id that was passed.
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxprotected bool XmlSignatureExists(
	string signatureId
)
Protected Function XmlSignatureExists ( 
	signatureId As String
) As Boolean
Parameters
- signatureId
 - Type: SystemString
The signature Id to check 
Return Value
Type: 
BooleanThe existence of the signature for the signature Id
See Also