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.7.2.0 (4.7.2.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