Click or drag to resize

SignatureHelper Methods

The SignatureHelper type exposes the following members.

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