Click or drag to resize
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: 2.4.0.0 (2.4.0.0)
Syntax
public bool IsXmlSignatureValid(
	string id
)

Parameters

id
Type: SystemString
Signature Id

Return Value

Type: Boolean
True if Signature is valid
See Also