Click or drag to resize

SignatureHelper Class

This class helps to create XML Signatures in web forms
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.Web.UI.WebFormsSignatureHelper

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public class SignatureHelper

The SignatureHelper type exposes the following members.

Constructors
  NameDescription
Public methodSignatureHelper(String)
Constuctor of the SignatureHelper which set properties that cannot be changed after
Public methodSignatureHelper(XmlDocument)
Constuctor of the SignatureHelper which set properties that cannot be changed after
Public methodSignatureHelper(String, HttpClientCertificate)
Constuctor of the SignatureHelper which set properties that cannot be changed after
Public methodSignatureHelper(XmlDocument, HttpClientCertificate)
Constuctor of the SignatureHelper which set properties that cannot be changed after
Top
Methods
  NameDescription
Public methodCreateNewXmlSignature(String)
Return the Xml with a new signature
Public methodCreateNewXmlSignature(String, XmlNodeList)
Return the Xml with a signature and a list of other signatures
Public methodGetSignedXmlDataSet(Int32)
Return a XML with the data included in the XML Signature
Public methodGetSignedXmlDataSet(String)
Return a XML with the data included in the XML Signature
Public methodGetXmlWithoutSignature
Return a copy of the XmlDocument after removing the all Xml Signatures
Public methodIsXmlSignatureValid(Int32)
Verify if the signature contained in the Xml is valid
Public methodIsXmlSignatureValid(String)
Verify if the signature contained in the Xml is valid
Public methodSelectSignatures
Find the Signature element in the document with the corresponding index
Public methodSelectSingleSignature(Int32)
Find the Signature element in the document with the corresponding index
Public methodSelectSingleSignature(String)
Find the Signature element in the document with the corresponding Id
Top
See Also