WorkflowPageIsXmlSignatureValid Method (String, Int32) |
Verify if a certain signature is valid
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 IsXmlSignatureValid(
string signatureId,
int index
)
Protected Function IsXmlSignatureValid (
signatureId As String,
index As Integer
) As Boolean
Parameters
- signatureId
- Type: SystemString
The signature Id - index
- Type: SystemInt32
The index of the action
Return Value
Type:
BooleanA boolean
See Also