SignatureHelperIsXmlSignatureValid Method (Int32) |
Verify if the signature contained in the Xml is valid
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public bool IsXmlSignatureValid(
int index
)
Public Function IsXmlSignatureValid (
index As Integer
) As Boolean
Parameters
- index
- Type: SystemInt32
Signature Index
Return Value
Type:
BooleanTrue if Signature is valid
See Also