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: 8.0.5.0 (8.0.5.20210818)
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