SignatureHelper Methods |
The SignatureHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateNewXmlSignature(String) |
Return the Xml with a new signature
| |
| CreateNewXmlSignature(String, XmlNodeList) |
Return the Xml with a signature and a list of other signatures
| |
| GetSignedXmlDataSet(Int32) |
Return a XML with the data included in the XML Signature
| |
| GetSignedXmlDataSet(String) |
Return a XML with the data included in the XML Signature
| |
| GetXmlWithoutSignature |
Return a copy of the XmlDocument after removing the all Xml Signatures
| |
| IsXmlSignatureValid(Int32) |
Verify if the signature contained in the Xml is valid
| |
| IsXmlSignatureValid(String) |
Verify if the signature contained in the Xml is valid
| |
| SelectSignatures |
Find the Signature element in the document with the corresponding index
| |
| SelectSingleSignature(Int32) |
Find the Signature element in the document with the corresponding index
| |
| SelectSingleSignature(String) |
Find the Signature element in the document with the corresponding Id
|