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.3.0.0 (4.3.0.0)
Syntax protected 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