SignatureHelperIsXmlSignatureValid Method (String) | 
 
            Verify if the signature contained in the Xml is valid
            
 
    Namespace: 
   WorkflowGen.My.Web.UI.WebForms
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic bool IsXmlSignatureValid(
	string id
)
Public Function IsXmlSignatureValid ( 
	id As String
) As Boolean
Parameters
- id
 - Type: SystemString
Signature Id 
Return Value
Type: 
BooleanTrue if Signature is valid
See Also